Skip to content

Commit e7d44c9

Browse files
authored
Update action.yml
1 parent 7ed9bd2 commit e7d44c9

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/Emscripten-Notebook-Tests

1 file changed

+2
-2
lines changed

.github/actions/Emscripten-Notebook-Tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
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
@@ -81,5 +81,5 @@ runs:
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

0 commit comments

Comments
 (0)