From b0302e6a9a4826b046b1c2d2c3f2d25c79c204df Mon Sep 17 00:00:00 2001 From: Don McCasland Date: Fri, 4 Nov 2022 13:12:05 -0700 Subject: [PATCH] Extending test timeout to 1 hour because cluster creation takes forever --- .kokoro/tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/tests/run_tests.sh b/.kokoro/tests/run_tests.sh index 41cbcfa11325..f7397b13444f 100755 --- a/.kokoro/tests/run_tests.sh +++ b/.kokoro/tests/run_tests.sh @@ -159,7 +159,7 @@ test_prog="${PROJECT_ROOT}/.kokoro/tests/run_single_test.sh" btlr_args=( "run" - "--max-cmd-duration=30m" + "--max-cmd-duration=60m" "**/requirements.txt" )