Skip to content

Commit a663f8e

Browse files
committed
Increase Travis no-output waiting time
1 parent bb43664 commit a663f8e

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
@@ -5,7 +5,7 @@ install:
55
- export PATH="$PATH:$PWD/gcc/bin"
66

77
script:
8-
- bash ci/script.sh
8+
- travis_wait 30 bash ci/script.sh
99

1010
after_success:
1111
- bash ci/after-success.sh

0 commit comments

Comments
 (0)