Skip to content

Commit e53bee0

Browse files
committed
Increase timeouts (since now we run remote integration tests too)
1 parent 10d0018 commit e53bee0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
windows:
1515
name: Windows
1616
runs-on: windows-latest
17-
timeout-minutes: 30
17+
timeout-minutes: 40
1818
env:
1919
CHILD_CONCURRENCY: "1"
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -95,7 +95,7 @@ jobs:
9595
linux:
9696
name: Linux
9797
runs-on: ubuntu-latest
98-
timeout-minutes: 30
98+
timeout-minutes: 40
9999
env:
100100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101101
steps:
@@ -177,7 +177,7 @@ jobs:
177177
darwin:
178178
name: macOS
179179
runs-on: macos-latest
180-
timeout-minutes: 30
180+
timeout-minutes: 40
181181
env:
182182
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
183183
steps:
@@ -251,7 +251,7 @@ jobs:
251251
hygiene:
252252
name: Hygiene, Layering and Monaco Editor
253253
runs-on: ubuntu-latest
254-
timeout-minutes: 30
254+
timeout-minutes: 40
255255
env:
256256
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
257257
steps:

0 commit comments

Comments
 (0)