Skip to content

Commit 66c0a32

Browse files
authored
Update timing before hitting enter standard input box
1 parent 1ea86bd commit 66c0a32

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.1)
82+
time.sleep(0.15)
8383
input_box.send_keys(Keys.CONTROL, Keys.ENTER)
8484
next_cell = current_cell.find_element(
8585
By.XPATH,

0 commit comments

Comments
 (0)