Skip to content

Commit cd66bc2

Browse files
committed
ci: extends timeout to 2 hours only for e2e tests
1 parent 0409bd9 commit cd66bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ matrix:
4444
env: build
4545
- node_js: "6"
4646
os: linux
47-
script: node tests/run_e2e.js "--ignore=**/tests/build/**"
47+
script: travis_wait 120 node tests/run_e2e.js "--ignore=**/tests/build/**"
4848
env: e2e
4949
- node_js: "6"
5050
os: linux

0 commit comments

Comments
 (0)