Skip to content

Commit 09d2559

Browse files
authored
Update automated-notebook-run-script.py
1 parent 2e2aa8c commit 09d2559

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
@@ -148,7 +148,7 @@ def main():
148148
if os_name == "Darwin":
149149
time.sleep(1.5)
150150
elif os_name == "Linux":
151-
time.sleep(1.0)
151+
time.sleep(0.75)
152152

153153
elif args.driver == "safari":
154154
print("Running all cells using Shift+Enter...")

0 commit comments

Comments
 (0)