Skip to content

Commit c94107c

Browse files
committed
ci: test effect of increasing timeout on windows
1 parent e47fe42 commit c94107c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ jobs:
153153
run: bb tools-versions
154154

155155
- name: Run Tests
156+
# TODO: Probably temporary (I hope)
157+
env:
158+
# default is 1min, try 4min to see if that helps with Windows http timeouts
159+
ETAOIN_TIMEOUT: ${{ (matrix.os == 'windows' && '240') || '60' }}
160+
env:
156161
run: ${{ matrix.cmd }}
157162

158163
- name: Upload test debug output

0 commit comments

Comments
 (0)