We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae5257 commit 43309e5Copy full SHA for 43309e5
packages/browser/test/integration/karma.conf.js
@@ -78,5 +78,11 @@ module.exports = config => {
78
},
79
build: process.env.TRAVIS_BUILD_NUMBER || Date.now(),
80
concurrency: isLocalRun ? 1 : 2,
81
+ retryLimit: 5,
82
+ browserDisconnectTolerance: 5,
83
+ // 2 minutes should be more than enough...
84
+ browserNoActivityTimeout: 120 * 1000,
85
+ browserSocketTimeout: 120 * 1000,
86
+ captureTimeout: 120 * 1000,
87
});
88
};
0 commit comments