Skip to content

Commit b536818

Browse files
authored
Update automated-notebook-run-script.py
1 parent 66c0a32 commit b536818

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
@@ -79,7 +79,7 @@ def run_notebook(driver, notebook_area, args):
7979
)
8080
input_box.click()
8181
input_box.send_keys(f"{args.stdin}")
82-
time.sleep(0.15)
82+
time.sleep(0.075)
8383
input_box.send_keys(Keys.CONTROL, Keys.ENTER)
8484
next_cell = current_cell.find_element(
8585
By.XPATH,

0 commit comments

Comments
 (0)