From 9f2b12c624a4a07c6662d1a5f1bced28b6eb86da Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Mon, 13 May 2019 00:49:32 -0700 Subject: gvisor/runsc/tests: set timeout for http.Get() WaitForHTTP tries GET requests on a port until the call succeeds or timeout. But we want to be sure that one of our attempts will not stuck for the whole timeout. All timeouts are increased to 30 seconds, because test cases with smaller timeouts fail sometimes even for the native container runtime (runc). PiperOrigin-RevId: 247888467 Change-Id: I03cfd3275286bc686a78fd26da43231d20667851 --- kokoro/run_tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'kokoro') diff --git a/kokoro/run_tests.sh b/kokoro/run_tests.sh index fbe353a1e..aa88b5cbf 100755 --- a/kokoro/run_tests.sh +++ b/kokoro/run_tests.sh @@ -150,6 +150,7 @@ run_docker_tests() { bazel test \ "${BAZEL_BUILD_FLAGS[@]}" \ --test_env=RUNSC_RUNTIME="${RUNTIME}${v}" \ + --test_output=all \ //runsc/test/image:image_test \ //runsc/test/integration:integration_test done -- cgit v1.2.3