Skip to content

Commit 3e11605

Browse files
committed
ci: extend windows timeouts
1 parent caa5612 commit 3e11605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
windows_tests:
249249
name: Windows tests
250250
runs-on: windows-latest
251-
timeout-minutes: 30
251+
timeout-minutes: 45
252252
env:
253253
NO_EXIT_CVE_NUM: 1
254254
PYTHONIOENCODING: 'utf8'
@@ -298,7 +298,7 @@ jobs:
298298
windows_long_tests:
299299
name: Windows long tests
300300
runs-on: windows-latest
301-
timeout-minutes: 50
301+
timeout-minutes: 60
302302
env:
303303
LONG_TESTS: 1
304304
NO_EXIT_CVE_NUM: 1

0 commit comments

Comments
 (0)