From a98dfbadd2211f61f1cb3f352186a37f97af0940 Mon Sep 17 00:00:00 2001 From: Mingfei Shao Date: Thu, 19 Dec 2024 14:17:56 -0600 Subject: [PATCH] reduce wait --- .../resources/setup_licensed_notebook.py | 1 - jupyter-pystata-gen3-licensed/resources/wait_for_license.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jupyter-pystata-gen3-licensed/resources/setup_licensed_notebook.py b/jupyter-pystata-gen3-licensed/resources/setup_licensed_notebook.py index 90bddaf..1fb689e 100644 --- a/jupyter-pystata-gen3-licensed/resources/setup_licensed_notebook.py +++ b/jupyter-pystata-gen3-licensed/resources/setup_licensed_notebook.py @@ -43,5 +43,4 @@ actions.pause(5) actions.perform() actions.send_keys(Keys.ENTER) -actions.pause(1) actions.perform() diff --git a/jupyter-pystata-gen3-licensed/resources/wait_for_license.sh b/jupyter-pystata-gen3-licensed/resources/wait_for_license.sh index 3e50dcc..8cef6c8 100644 --- a/jupyter-pystata-gen3-licensed/resources/wait_for_license.sh +++ b/jupyter-pystata-gen3-licensed/resources/wait_for_license.sh @@ -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