We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8947266 commit 4c8d4b5Copy full SHA for 4c8d4b5
.github/workflows/browserstack.yml
@@ -2,9 +2,6 @@ name: Browserstack
2
3
on:
4
workflow_dispatch:
5
- push:
6
- branches:
7
- - swarm-1-13
8
9
jobs:
10
test:
@@ -18,7 +15,6 @@ jobs:
18
15
${{ matrix.BROWSER }} | ${{ matrix.JQUERYS.name }}
19
16
concurrency:
20
17
group: ${{ matrix.BROWSER }}-${{ matrix.JQUERYS.name }}
21
- timeout-minutes: 30
22
strategy:
23
fail-fast: false
24
matrix:
tests/runner/browsers.js
@@ -29,7 +29,7 @@ const workers = Object.create( null );
29
const ACKNOWLEDGE_INTERVAL = 1000;
30
const ACKNOWLEDGE_TIMEOUT = 60 * 1000 * 5;
31
32
-const MAX_WORKER_RESTARTS = 5;
+const MAX_WORKER_RESTARTS = 3;
33
34
// No report after the time limit
35
// should refresh the worker
0 commit comments