Increase UMD karma test timeout (for CI).

This commit is contained in:
Richard Moore 2020-02-13 16:23:53 -05:00
parent 6628b58561
commit f9c1a24787
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = function(config) {
browsers: [ 'ChromeHeadless' ],
autoWatch: false,
singleRun: true,
browserNoActivityTimeout: 180000
browserNoActivityTimeout: 600000
/*
client: {
mocha: {