Skip to content

Commit 578e0d8

Browse files
authored
Update automated-notebook-run-script.py
1 parent dd39c2a commit 578e0d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/automated-notebook-run-script.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def main():
109109
notebook_area.send_keys(Keys.SHIFT, Keys.ENTER)
110110
time.sleep(0.5)
111111

112-
time.sleep(625)
112+
time.sleep(650)
113113

114114
if args.driver == "chrome" or args.driver == "firefox":
115115
print("Saving notebook")
@@ -170,7 +170,7 @@ def main():
170170

171171
download_button = driver.execute_script(search_script)
172172

173-
time.sleep(2)
173+
time.sleep(4)
174174
driver.execute_script(
175175
"""
176176
const el = arguments[0];
@@ -190,7 +190,7 @@ def main():
190190
""",
191191
download_button,
192192
)
193-
time.sleep(2)
193+
time.sleep(4)
194194

195195
# Close browser
196196
driver.quit()

0 commit comments

Comments
 (0)