Skip to content

Commit ad81702

Browse files
committed
updated timeout to 8s
1 parent 82fc6d0 commit ad81702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grunt/exec.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = (grunt) ->
22
grunt.config 'exec',
33
crawl:
4-
cmd: 'phantomjs crawler.coffee http://localhost:<%= express.all.options.port %>/ build/ 3000 "docs|test"'
4+
cmd: 'phantomjs crawler.coffee http://localhost:<%= express.all.options.port %>/ build/ 8000 "docs|test"'
55
e2e:
66
cmd: 'protractor test/e2e/protractor.js'
77
stdout: !process.env.TRAVIS
88

9-
grunt.loadNpmTasks 'grunt-exec'
9+
grunt.loadNpmTasks 'grunt-exec'

0 commit comments

Comments
 (0)