Skip to content

Commit 951f6c8

Browse files
committed
more couts / more try catch
1 parent 85079d2 commit 951f6c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ jobs:
138138
shell: cmd /C call {0}
139139
run: pytest . -vvv
140140

141-
- name: Test xeus-python C++ (20 iterations)
141+
- name: Test xeus-python C++ (40 iterations)
142142
shell: cmd /C call {0}
143143
run: |
144-
for /L %%i in (1,1,20) do (
144+
for /L %%i in (1,1,40) do (
145145
echo Running iteration %%i
146146
test_xeus_python || exit /b 1
147147
)
148-
timeout-minutes: 20
148+
timeout-minutes: 60
149149
working-directory: build\test

0 commit comments

Comments
 (0)