chore(tests): increase karma timeout
This commit is contained in:
parent
4fe5bbc0f5
commit
0880dd32e7
|
@ -17,6 +17,8 @@ module.exports = function(karma) {
|
||||||
|
|
||||||
browsers: [ 'PhantomJS' ],
|
browsers: [ 'PhantomJS' ],
|
||||||
|
|
||||||
|
browserNoActivityTimeout: 15000,
|
||||||
|
|
||||||
singleRun: false,
|
singleRun: false,
|
||||||
autoWatch: true,
|
autoWatch: true,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue