Skip to content

Commit 6aa3867

Browse files
authored
Update action.yml
1 parent 34bb2c9 commit 6aa3867

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
# This sleep is to force enough time for the jupyter site to build before trying
4848
# to run notebooks in it. If you try to run the notebooks before the website is
4949
# ready the ci python script will crash saying ti cannot access the url
50-
sleep 10
50+
sleep 20
5151
echo "Running xeus-cpp in Jupter Lite in Chrome"
5252
python -u scripts/automated-notebook-run-script.py --driver chrome --notebook ${{ inputs.notebook }} --kernel ${{ inputs.kernel }} $INPUT_TEXT
5353
nbdiff notebooks/${{ inputs.notebook }} $HOME/Downloads/${{ inputs.notebook }} --ignore-id --ignore-metadata >> chrome_diff.txt

0 commit comments

Comments
 (0)