Skip to content

Commit 1dbf1c7

Browse files
committed
ci: Extend browser connection timeout to 5 min - Browserstack is extra flaky for Firefox 94
1 parent 344aa5d commit 1dbf1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/vitest.browserstack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineConfig({
3737
browser: {
3838
enabled: true,
3939
provider: playwright(),
40-
connectTimeout: 120_000,
40+
connectTimeout: 300_000,
4141
instances: [
4242
{
4343
name: 'Chrome Old',

0 commit comments

Comments
 (0)