Browse Source

travis: use travis_wait to avoid too early build timeouts

Waldemar Brodkorb 7 years ago
parent
commit
9c4c289a31
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -62,5 +62,4 @@ matrix:
   - env: ARCH=xtensa
   - env: ARCH=xtensabe
   - env: ARCH=xtensa-nommu
-script:
-  - ./embedded-test.sh --arch=$ARCH --libc=uclibc-ng
+script: travis_wait 60 ./embedded-test.sh --arch=$ARCH --libc=uclibc-ng