Skip to content

Commit 6fda77b

Browse files
committed
ci: increase timeout on windows
Increase to a very generous 4 minutes. This actually has helped with your Firefox Windows timeout errors. Contributes to #465
1 parent 0122e5b commit 6fda77b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

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

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

158161
- name: Upload test debug output

0 commit comments

Comments
 (0)