Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 936b2f4

Browse files
Updated karma timeouts (#137)
1 parent 69f037d commit 936b2f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/karma/shared.karma.conf.js

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ function getConfig(config) {
5353
port: 9876,
5454
colors: true,
5555
logLevel: config.LOG_INFO,
56+
browserDisconnectTimeout: 3e5,
57+
browserDisconnectTolerance: 3,
58+
browserNoActivityTimeout: 3e5,
59+
captureTimeout: 3e5,
5660
autoWatch: false,
5761
singleRun: true,
5862
failOnEmptyTestSuite: false

0 commit comments

Comments
 (0)