File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167
167
name : playwright:snapshots:ubuntu
168
168
runs-on : runs-on=${{ github.run_id }}/family=i7ie.2xlarge/image=ubuntu22-full-x64
169
169
needs : [conditions, prepare-wasm]
170
+ timeout-minutes : 10
170
171
steps :
171
172
- uses : actions/create-github-app-token@v1
172
173
if : needs.conditions.outputs.should-run == 'true'
@@ -226,8 +227,8 @@ jobs:
226
227
with :
227
228
shell : bash
228
229
command : npm run test:snapshots
229
- timeout_minutes : 30
230
- max_attempts : 3
230
+ timeout_minutes : 5
231
+ max_attempts : 5
231
232
env :
232
233
token : ${{ secrets.KITTYCAD_API_TOKEN_DEV }}
233
234
snapshottoken : ${{ secrets.KITTYCAD_API_TOKEN }}
@@ -275,7 +276,7 @@ jobs:
275
276
276
277
electron :
277
278
needs : [conditions, prepare-wasm]
278
- timeout-minutes : 60
279
+ timeout-minutes : 40
279
280
env :
280
281
OS_NAME : ${{ contains(matrix.os, 'ubuntu') && 'ubuntu' || (contains(matrix.os, 'windows') && 'windows' || 'macos') }}
281
282
name : playwright:electron:${{ contains(matrix.os, 'ubuntu') && 'ubuntu' || (contains(matrix.os, 'windows') && 'windows' || 'macos') }}:${{ matrix.shardIndex }}:${{ matrix.shardTotal }}
@@ -365,7 +366,7 @@ jobs:
365
366
with :
366
367
shell : bash
367
368
command : .github/ci-cd-scripts/playwright-electron.sh ${{matrix.shardIndex}} ${{matrix.shardTotal}} ${{ env.OS_NAME }}
368
- timeout_minutes : 30
369
+ timeout_minutes : 20
369
370
max_attempts : 9
370
371
env :
371
372
FAIL_ON_CONSOLE_ERRORS : true
You can’t perform that action at this time.
0 commit comments