diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-27 05:58:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-27 05:58:21 +0100 |
commit | b87c247f891fc030032bd1fca18277eb80a281e6 (patch) | |
tree | 4b9c2af6370f6ecfecfd8aa2a4bfebf9b011d1cf | |
parent | 44f8481d3d514abfa3cc572e9c0c618776dacda9 (diff) |
travis: use travis_wait to wait a little longer without output (20min instead of 10min)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0baab5c36..032ef7f27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ matrix: - env: ARCH=x86_64 SYSTEM=pcengines-apu - env: ARCH=x86_64 SYSTEM=asus-p5bvm - env: ARCH=xtensa SYSTEM=xilinx-kintex7 -script: ./scripts/travis.sh $ARCH $SYSTEM $ENDIAN +script: travis_wait ./scripts/travis.sh $ARCH $SYSTEM $ENDIAN |