File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
windows :
15
15
name : Windows
16
16
runs-on : windows-latest
17
- timeout-minutes : 30
17
+ timeout-minutes : 40
18
18
env :
19
19
CHILD_CONCURRENCY : " 1"
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
95
95
linux :
96
96
name : Linux
97
97
runs-on : ubuntu-latest
98
- timeout-minutes : 30
98
+ timeout-minutes : 40
99
99
env :
100
100
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
101
101
steps :
@@ -177,7 +177,7 @@ jobs:
177
177
darwin :
178
178
name : macOS
179
179
runs-on : macos-latest
180
- timeout-minutes : 30
180
+ timeout-minutes : 40
181
181
env :
182
182
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
183
183
steps :
@@ -251,7 +251,7 @@ jobs:
251
251
hygiene :
252
252
name : Hygiene, Layering and Monaco Editor
253
253
runs-on : ubuntu-latest
254
- timeout-minutes : 30
254
+ timeout-minutes : 40
255
255
env :
256
256
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
257
257
steps :
You can’t perform that action at this time.
0 commit comments