Skip to content

Commit 6603138

Browse files
authored
Update automated-notebook-run-script.py
1 parent d1b50dd commit 6603138

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

195195
# Close browser
196196
driver.quit()

0 commit comments

Comments
 (0)