Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Increased test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jul 18, 2016
1 parent 5460e5c commit 6d81880
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/grunt/task-configs/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ module.exports = function (grunt) {
preprocessors: {
'components/summary/**/*.html': ['ng-html2js']
},
logLevel: 'DEBUG',
logLevel: 'ERROR',
reporters: ['mocha'],
autoWatch: false, //watching is handled by grunt-contrib-watch
singleRun: true
singleRun: true,
browserNoActivityTimeout: 60000
},
all_tests: {
browsers: ['PhantomJS']
Expand Down

0 comments on commit 6d81880

Please sign in to comment.