diff options
author | Kevin Krakauer <krakauer@google.com> | 2020-02-04 15:15:43 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-04 15:38:53 -0800 |
commit | 3f5642c5afdb8e633287ba10c2cb6b00f1849570 (patch) | |
tree | f67b4d9b4139bf3b6dd2e3a4b0fbc36dd6f6a4f7 | |
parent | 95ce8bb4c7ecb23e47e68c60b1de0b99ad8a856d (diff) |
Increase container_test size.
container_test was flaking because a small percentage of runs timed out. Tested
this fix with --runs_per_test=100.
PiperOrigin-RevId: 293240102
-rw-r--r-- | runsc/container/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/container/BUILD b/runsc/container/BUILD index e21431e4c..0aaeea3a8 100644 --- a/runsc/container/BUILD +++ b/runsc/container/BUILD @@ -30,7 +30,7 @@ go_library( go_test( name = "container_test", - size = "medium", + size = "large", srcs = [ "console_test.go", "container_test.go", |