Skip to content

Commit 43309e5

Browse files
committed
ci: Increase timeouts and retries for Travis
1 parent 2ae5257 commit 43309e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/browser/test/integration/karma.conf.js

+6
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,11 @@ module.exports = config => {
7878
},
7979
build: process.env.TRAVIS_BUILD_NUMBER || Date.now(),
8080
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,
8187
});
8288
};

0 commit comments

Comments
 (0)