Skip to content

Commit a438147

Browse files
committed
fixup! increase CI timeout-minutes to 60
1 parent cd38d1e commit a438147

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
test:
13-
timeout-minutes: 30
13+
timeout-minutes: 60
1414
strategy:
1515
fail-fast: false
1616
matrix:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
test:
13-
timeout-minutes: 30
13+
timeout-minutes: 60
1414
strategy:
1515
fail-fast: false
1616
matrix:

0 commit comments

Comments
 (0)