Skip to content

Commit 5dab3be

Browse files
committed
testing - increase timeout
1 parent d10e74a commit 5dab3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_and_publish_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def run_notebook_benchmark(benchmark_file: str, region: str):
374374
pytest_command = [
375375
"py.test",
376376
"--nbmake",
377-
"--nbmake-timeout=900", # 15 minutes
377+
"--nbmake-timeout=3600", # 1 hour within this PR (will revert later).
378378
"--durations=0",
379379
"--color=yes",
380380
]

0 commit comments

Comments
 (0)