Skip to content

Commit 56cefff

Browse files
authored
chore: experimentally double load test timeout (#535)
While I work in parallel from other angles, I'd like to try out doubling the timeouts for the kokoro runs, just as another data point.
1 parent 9b1525a commit 56cefff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kokoro/load/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ action {
88
}
99

1010
build_file: "python-bigquery-dataframes/.kokoro/build.sh"
11-
timeout_mins: 360
11+
timeout_mins: 720

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def load(session: nox.sessions.Session):
399399
prefix_name="load",
400400
test_folder=os.path.join("tests", "system", "load"),
401401
print_duration=True,
402-
timeout_seconds=60 * 60,
402+
timeout_seconds=60 * 60 * 12,
403403
)
404404

405405

0 commit comments

Comments
 (0)