Skip to content

Commit 0415924

Browse files
authored
Try new timings to try and improve safari stability ci
1 parent 2b4b521 commit 0415924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/automated-notebook-run-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def wait_for_idle_status(driver, current_cell, start_time, timeout):
4545
f"Timeout reached ({elapsed:.1f} seconds). Stopping Notebook execution."
4646
)
4747
sys.exit(1)
48-
time.sleep(0.01)
48+
time.sleep(0.02)
4949

5050
print(current_cell.text)
5151

0 commit comments

Comments
 (0)