Skip to content

Commit abdd3e2

Browse files
committed
Try to fix previous commit
1 parent 61cba6f commit abdd3e2

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
@@ -122,7 +122,7 @@ def run_notebook(driver, notebook_area, args):
122122
notebook_area.send_keys(Keys.SHIFT, Keys.ENTER)
123123
# This sleep is there is allow time for the box for standard input
124124
# to appear, if it needs to after executing the cell
125-
time.sleep(0.1)
125+
time.sleep(0.2)
126126
if not cell_is_waiting_for_input(driver):
127127
wait_for_idle_status(driver, current_cell, start_time, args.timeout)
128128
next_cell = current_cell.find_elements(

0 commit comments

Comments
 (0)