We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bb2c9 commit 6aa3867Copy full SHA for 6aa3867
.github/actions/Emscripten-Notebook-Tests/action.yml
@@ -47,7 +47,7 @@ runs:
47
# This sleep is to force enough time for the jupyter site to build before trying
48
# to run notebooks in it. If you try to run the notebooks before the website is
49
# ready the ci python script will crash saying ti cannot access the url
50
- sleep 10
+ sleep 20
51
echo "Running xeus-cpp in Jupter Lite in Chrome"
52
python -u scripts/automated-notebook-run-script.py --driver chrome --notebook ${{ inputs.notebook }} --kernel ${{ inputs.kernel }} $INPUT_TEXT
53
nbdiff notebooks/${{ inputs.notebook }} $HOME/Downloads/${{ inputs.notebook }} --ignore-id --ignore-metadata >> chrome_diff.txt
0 commit comments