Skip to content

Commit

Permalink
Increase size of firecracker_test (#7952)
Browse files Browse the repository at this point in the history
Should help reduce the chance of timeouts which can result in networking
garbage being left over on the machine:
https://buildbuddy-corp.slack.com/archives/C01D5GHRJ59/p1732555141310049?thread_ts=1732553501.715329&cid=C01D5GHRJ59
  • Loading branch information
bduffany authored Nov 25, 2024
1 parent 8b37014 commit 47471a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ go_test(
# These tests can get pretty expensive when running on a cold executor
# because of OCI image conversion. Size the task manually to avoid OOM.
# TODO: include test ext4 images as deps to avoid conversion.
"test.EstimatedComputeUnits": "5",
"test.EstimatedComputeUnits": "10",
},
shard_count = 30,
tags = [
Expand Down

0 comments on commit 47471a9

Please sign in to comment.