Skip to content

Commit 5ef8ec6

Browse files
authored
Update main.yml
1 parent 09e1bca commit 5ef8ec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)