From c74e9375b49df508f00c3ceb526660b3258586bd Mon Sep 17 00:00:00 2001 From: deepthi Date: Mon, 14 Oct 2019 18:46:13 -0700 Subject: [PATCH] Bump test timeout from 8 minutes to 9 Signed-off-by: deepthi --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 733f8213a21..746c1c2fd8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ env: # See: https://docs.travis-ci.com/user/customizing-the-build#Build-Timeouts # To diagnose stuck tests, add "-follow" to TEST_FLAGS below. Then test.go # will print the test's output. - - TEST_FLAGS="-docker -use_docker_cache -timeout=8m -print-log" + - TEST_FLAGS="-docker -use_docker_cache -timeout=9m -print-log" matrix: # NOTE: Travis CI schedules up to 5 tests simultaneously. # All our tests should be spread out as evenly as possible across these 5 slots.