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