File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/Emscripten-Notebook-Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 # This sleep is to force enough time for the jupyter site to build before trying
4646 # to run notebooks in it. If you try to run the notebooks before the website is
4747 # ready the ci python script will crash saying ti cannot access the url
48- sleep 20
48+ sleep 10
4949 echo "Running xeus-cpp in Jupter Lite in Chrome"
5050 python -u scripts/automated-notebook-run-script.py --driver chrome --notebook ${{ inputs.notebook }} --kernel ${{ inputs.kernel }} $INPUT_TEXT
5151 nbdiff notebooks/${{ inputs.notebook }} $HOME/Downloads/${{ inputs.notebook }} --ignore-id --ignore-metadata >> chrome_diff.txt
8181 # Kill the jupyter lite serve process now we are done running xeus-cpp in the
8282 # Jupyter Lite website.
8383 kill -9 $jupyter_lite_process_id
84- lsof -nP [email protected] -sTCP:LISTEN | awk 'NR>1 {print $2}' | uniq | xargs -r kill -9 || : 84+ sleep 10
8585
You can’t perform that action at this time.
0 commit comments