diff options
Diffstat (limited to 'runsc/test/image/BUILD')
-rw-r--r-- | runsc/test/image/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/test/image/BUILD b/runsc/test/image/BUILD index fb9db4d4c..8fdaa1e5c 100644 --- a/runsc/test/image/BUILD +++ b/runsc/test/image/BUILD @@ -4,7 +4,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") go_test( name = "image_test", - size = "small", + size = "large", srcs = ["image_test.go"], data = [ "latin10k.txt", |