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
This commit is contained in:
Kevin Krakauer 2020-02-04 15:15:43 -08:00 committed by gVisor bot
parent 95ce8bb4c7
commit 3f5642c5af
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ go_library(
go_test(
name = "container_test",
size = "medium",
size = "large",
srcs = [
"console_test.go",
"container_test.go",