From 3f5642c5afdb8e633287ba10c2cb6b00f1849570 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Tue, 4 Feb 2020 15:15:43 -0800 Subject: [PATCH] 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 --- runsc/container/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",