Skip to content

Commit 47a5412

Browse files
committed
fixup! increase timeout for browserstack runs
a browser run that includes all suites and all the jQuery versions takes about 25-30min
1 parent 22ea66c commit 47a5412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: ${{ matrix.BROWSER }}
1818
concurrency:
1919
group: ${{ github.sha }}-${{ matrix.BROWSER }}
20-
timeout-minutes: 30
20+
timeout-minutes: 90
2121
strategy:
2222
fail-fast: false
2323
matrix:

0 commit comments

Comments
 (0)