Skip to content

Commit 4c8d4b5

Browse files
committed
fixup! reduce max worker restarts
1 parent 8947266 commit 4c8d4b5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/browserstack.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Browserstack
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- swarm-1-13
85

96
jobs:
107
test:
@@ -18,7 +15,6 @@ jobs:
1815
${{ matrix.BROWSER }} | ${{ matrix.JQUERYS.name }}
1916
concurrency:
2017
group: ${{ matrix.BROWSER }}-${{ matrix.JQUERYS.name }}
21-
timeout-minutes: 30
2218
strategy:
2319
fail-fast: false
2420
matrix:

tests/runner/browsers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const workers = Object.create( null );
2929
const ACKNOWLEDGE_INTERVAL = 1000;
3030
const ACKNOWLEDGE_TIMEOUT = 60 * 1000 * 5;
3131

32-
const MAX_WORKER_RESTARTS = 5;
32+
const MAX_WORKER_RESTARTS = 3;
3333

3434
// No report after the time limit
3535
// should refresh the worker

0 commit comments

Comments
 (0)