Skip to content

Commit 54fdce3

Browse files
committed
Increase browserNoActivityTimeout for testing for travis failures.
1 parent b2876e2 commit 54fdce3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/base/test/karma.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = function (config) {
77
port: 9876,
88
colors: true,
99
singleRun: true,
10-
logLevel: config.LOG_INFO
10+
logLevel: config.LOG_INFO,
11+
browserNoActivityTimeout: 30000
1112
});
1213
};

packages/controls/test/karma.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = function (config) {
77
port: 9876,
88
colors: true,
99
singleRun: true,
10-
logLevel: config.LOG_INFO
10+
logLevel: config.LOG_INFO,
11+
browserNoActivityTimeout: 30000
1112
});
1213
};

0 commit comments

Comments
 (0)