Skip to content

Commit 5f97be4

Browse files
committed
increase browserDisconnectTimeout
1 parent 628a9f1 commit 5f97be4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firestore/karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ module.exports = function (config) {
2424
browsers: getTestBrowsers(argv),
2525
// files to load into karma
2626
files: getTestFiles(argv),
27+
browserDisconnectTimeout: 5000,
2728

2829
concurrency: 1,
29-
30+
3031
preprocessors: {
3132
'test/**/*.ts': ['webpack', 'sourcemap']
3233
},

0 commit comments

Comments
 (0)