summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-27 13:53:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-27 13:53:25 +0100
commit9c4c289a31ca3cfdc3a70a0756013f76d30cc0ec (patch)
tree0eef77ce6b4ddbb15049bb9a1195a121851fe999 /.travis.yml
parentc4002b90172a7e6919895df77423807a48608bef (diff)
travis: use travis_wait to avoid too early build timeouts
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index cb5079c..0ba70f3 100644
--- a/.travis.yml
+++ b/.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