Skip to content

Commit

Permalink
reduce wait
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Dec 19, 2024
1 parent 21d56ca commit a98dfba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@
actions.pause(5)
actions.perform()
actions.send_keys(Keys.ENTER)
actions.pause(1)
actions.perform()
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "Received a license. Starting jupyter."

start-notebook.sh $@ &

sleep 30
sleep 20

echo "Running Stata notebook init script."
python3 /tmp/setup_licensed_notebook.py
Expand Down

0 comments on commit a98dfba

Please sign in to comment.