We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47fe42 commit c94107cCopy full SHA for c94107c
1 file changed
.github/workflows/test.yml
@@ -153,6 +153,11 @@ jobs:
153
run: bb tools-versions
154
155
- 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
161
run: ${{ matrix.cmd }}
162
163
- name: Upload test debug output
0 commit comments