Skip to content

Commit

Permalink
Bump test size for //src/test/shell/bazel:process_wrapper_test from s…
Browse files Browse the repository at this point in the history
…mall to medium, because on my workstation the test takes ~42s, which is close enough to the 60s timeout so that it occasionally times out on a busy CI machine.

--
MOS_MIGRATED_REVID=136827226
  • Loading branch information
philwo committed Oct 21, 2016
1 parent 6446f52 commit 088bbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ sh_test(

sh_test(
name = "process_wrapper_test",
size = "small",
size = "medium",
srcs = ["process-wrapper_test.sh"],
data = [":test-deps"],
)
Expand Down

0 comments on commit 088bbc6

Please sign in to comment.