File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ jobs:
325325 brew install coreutils
326326 export PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH"
327327 fi
328- timeout 200 jupyter lite serve --settings-overrides=overrides.json --XeusAddon.prefix=${{ env.PREFIX }} \
328+ timeout 600 jupyter lite serve --settings-overrides=overrides.json --XeusAddon.prefix=${{ env.PREFIX }} \
329329 --XeusAddon.mounts="${{ env.PREFIX }}/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
330330 --XeusAddon.mounts="${{ env.PREFIX }}/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
331331 --contents README.md \
@@ -341,12 +341,12 @@ jobs:
341341 python scripts/automated-notebook-run-script.py --driver firefox
342342 nbdiff notebooks/smallpt.ipynb $HOME/Downloads/smallpt.ipynb
343343 rm $HOME/Downloads/smallpt.ipynb
344- if [[ "${os }" == "macos"* ]]; then
344+ if [[ "${{ matrix.os } }" == "macos"* ]]; then
345345 python scripts/automated-notebook-run-script.py --driver safari
346346 nbdiff notebooks/smallpt.ipynb $HOME/Downloads/smallpt.ipynb
347347 rm $HOME/Downloads/smallpt.ipynb
348348 fi
349- timeout-minutes : 5
349+ timeout-minutes : 10
350350
351351 - name : Setup tmate session
352352 if : ${{ failure() && runner.debug }}
You can’t perform that action at this time.
0 commit comments