Skip to content

Commit 37b9882

Browse files
committed
ci: extends timeout to 2 hours only for e2e tests
1 parent c63af81 commit 37b9882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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)