Skip to content

Commit ae39821

Browse files
committed
set install timeout 50 minutes for ci
1 parent 1374b23 commit ae39821

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
@@ -17,6 +17,6 @@ env:
1717
before_install:
1818
- chmod -R +x ./Scripts
1919
install:
20-
- ./Scripts/install.sh
20+
- travis_wait 50 ./Scripts/install.sh
2121
script:
2222
- ./Scripts/build.sh

0 commit comments

Comments
 (0)