diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-07-03 11:33:20 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-07-03 11:34:15 -0700 |
commit | c1b4c1ffee850aea2880f5f91a1e48e840933c71 (patch) | |
tree | 9729eb5a2eea93103c65485adce4594dbf9b6117 /runsc/test/image/BUILD | |
parent | 062a6f6ec5f4bf2ce46790a22d8e7278d51e6836 (diff) |
Fix flaky image_test
- Some failures were being ignored in run_tests.sh
- Give more time for mysql to setup
- Fix typo with network=host tests
- Change httpd test to wait on http server being available, not only output
PiperOrigin-RevId: 203156896
Change-Id: Ie1801dcd76e9b5fe4722c4d8695c76e40988dd74
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", |