Skip to content

Commit b0302e6

Browse files
donmccaslanddandhlee
authored andcommitted
Extending test timeout to 1 hour because cluster creation takes forever
1 parent 6761ad9 commit b0302e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ test_prog="${PROJECT_ROOT}/.kokoro/tests/run_single_test.sh"
159159

160160
btlr_args=(
161161
"run"
162-
"--max-cmd-duration=30m"
162+
"--max-cmd-duration=60m"
163163
"**/requirements.txt"
164164
)
165165

0 commit comments

Comments
 (0)