Skip to content

Commit 59bd10b

Browse files
committed
Raise all CI timeouts
1 parent 758f561 commit 59bd10b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
macOS:
2525
name: Test macOS, All Xcodes and Swifts
2626
runs-on: ${{ matrix.runsOn }}
27-
timeout-minutes: 20
27+
timeout-minutes: 40
2828
strategy:
2929
fail-fast: false
3030
matrix:
@@ -60,7 +60,7 @@ jobs:
6060
iOS:
6161
name: Test iOS
6262
runs-on: ${{ matrix.runsOn }}
63-
timeout-minutes: 20
63+
timeout-minutes: 40
6464
strategy:
6565
fail-fast: false
6666
matrix:
@@ -136,7 +136,7 @@ jobs:
136136
XCFramework:
137137
name: Test XCFramework
138138
runs-on: ${{ matrix.runsOn }}
139-
timeout-minutes: 20
139+
timeout-minutes: 40
140140
strategy:
141141
fail-fast: false
142142
matrix:

0 commit comments

Comments
 (0)