Skip to content

Commit 559dc85

Browse files
authored
Update automated-notebook-run-script.py
1 parent 96a0dda commit 559dc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/automated-notebook-run-script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def main():
170170

171171
download_button = driver.execute_script(search_script)
172172

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

195195
# Close browser
196196
driver.quit()

0 commit comments

Comments
 (0)