Skip to content

Commit

Permalink
Adjust timeout downward
Browse files Browse the repository at this point in the history
  • Loading branch information
nein09 committed Jan 19, 2018
1 parent c53bd18 commit fd81da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -158,7 +158,7 @@ module.exports = function(grunt) {
normal: {
options: {
urls: [ "http://localhost:8000/test/test.html" ],
timeout: 500000
timeout: 10000
}
},
coverage: {
Expand All @@ -172,7 +172,7 @@ module.exports = function(grunt) {
disposeCollector: true
},
inject: 'test/helpers/phantom-bridge.js',
timeout: 500000
timeout: 10000
}
},
all: {
Expand Down

0 comments on commit fd81da2

Please sign in to comment.