Skip to content

Commit 3ee6b10

Browse files
committed
sanity checkv2
1 parent 0785114 commit 3ee6b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Test xeus-python C++
140140
shell: cmd /C call {0}
141141
run: |
142-
test_xeus_python
142+
for /L %i in (1,1,20) do test_xeus_python
143143
timeout-minutes: 4
144144
working-directory: build\test
145145

0 commit comments

Comments
 (0)