Skip to content

Commit c8b23cc

Browse files
authored
Increase timeout for Windows browser tests to 90 seconds for xeus cpp Emscripten tests
1 parent 6f38505 commit c8b23cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,9 +1078,9 @@ jobs:
10781078
cd .\xeus-cpp\build\test
10791079
node test_xeus_cpp.js
10801080
echo "Running test_xeus_cpp in Firefox"
1081-
Error-OnFailure { emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" test_xeus_cpp.html }
1081+
Error-OnFailure { emrun.bat --browser="firefox.exe" --kill_exit --timeout 90 --browser-args="--headless" test_xeus_cpp.html }
10821082
echo "Running test_xeus_cpp in Chromium"
1083-
Error-OnFailure { emrun.bat --browser="chrome.exe" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html }
1083+
Error-OnFailure { emrun.bat --browser="chrome.exe" --kill_exit --timeout 90 --browser-args="--headless --no-sandbox" test_xeus_cpp.html }
10841084
10851085
- name: Jupyter Lite integration
10861086
if: ${{ runner.os != 'windows' }}

0 commit comments

Comments
 (0)