Skip to content

Commit d6e55e2

Browse files
committed
revert timout
1 parent eafe691 commit d6e55e2

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=3600", # 1 hour within this PR (will revert later).
377+
"--nbmake-timeout=900", # 15 minutes
378378
"--durations=0",
379379
"--color=yes",
380380
]

0 commit comments

Comments
 (0)