increase timeout
This commit is contained in:
parent
90b83d7b7b
commit
5cd8c81fda
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ module.exports = function (config) {
|
||||||
},
|
},
|
||||||
|
|
||||||
reporters: ['mocha'],
|
reporters: ['mocha'],
|
||||||
|
browserDisconnectTimeout: 5000,
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
require('./karma-webext-launcher'),
|
require('./karma-webext-launcher'),
|
||||||
|
|
Reference in a new issue