about summary refs log tree commit diff homepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorHoang <hle@cs.uni-bremen.de>2016-06-08 22:29:38 +0200
committerHoang M. Le <hle@informatik.uni-bremen.de>2016-06-10 11:32:36 +0200
commit9ef3c841b6d22e972ba8635a2eb2d3919bce9192 (patch)
treecf164d9baf55389412d9b87047a6accf169c124e /.travis.yml
parente70147e2c7f6716c4c0313d8e5b4aeba1d3042ed (diff)
downloadklee-9ef3c841b6d22e972ba8635a2eb2d3919bce9192.tar.gz
Use travis_wait to allow long running tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8fc99b98..42072095 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -115,4 +115,4 @@ script:
     - ${KLEE_SRC}/.travis/testing-utils.sh
     - cd ../
     # Build KLEE
-    - ${KLEE_SRC}/.travis/klee.sh
+    - travis_wait 30 ${KLEE_SRC}/.travis/klee.sh