Adjust timeout downward

This commit is contained in:
nein09 2018-01-19 14:38:56 -08:00
parent c53bd18290
commit fd81da2f7d

View File

@ -158,7 +158,7 @@ module.exports = function(grunt) {
normal: { normal: {
options: { options: {
urls: [ "http://localhost:8000/test/test.html" ], urls: [ "http://localhost:8000/test/test.html" ],
timeout: 500000 timeout: 10000
} }
}, },
coverage: { coverage: {
@ -172,7 +172,7 @@ module.exports = function(grunt) {
disposeCollector: true disposeCollector: true
}, },
inject: 'test/helpers/phantom-bridge.js', inject: 'test/helpers/phantom-bridge.js',
timeout: 500000 timeout: 10000
} }
}, },
all: { all: {