chore(tests): increase karma timeout

This commit is contained in:
Nico Rehwaldt 2014-07-17 09:02:40 +02:00
parent 4fe5bbc0f5
commit 0880dd32e7
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ module.exports = function(karma) {
browsers: [ 'PhantomJS' ],
browserNoActivityTimeout: 15000,
singleRun: false,
autoWatch: true,