| commit | e6879a652e0e527f3e8117a6e8f38598669fbd52 | [log] [tgz] |
|---|---|---|
| author | kmurray <k.murray@utoronto.ca> | Mon Jul 29 11:30:22 2019 -0400 |
| committer | kmurray <k.murray@utoronto.ca> | Mon Jul 29 12:59:16 2019 -0400 |
| tree | ad1e3e154f5f091292d1f8cf3e92230f4679f1b0 | |
| parent | 059fd575f6e069d17d208a4d0b4f4bfeba2b2a2e [diff] |
travis: Add travis_wait to avoid strong regression test timeout
diff --git a/.travis.yml b/.travis.yml index afb2baa..f8de94f 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -104,7 +104,7 @@ name: "Strong Regression Tests" script: - ./.github/travis/build.sh - - ./run_reg_test.pl vtr_reg_strong -j2 + - travis_wait 30 ./run_reg_test.pl vtr_reg_strong -j2 - stage: Test name: "Basic Valgrind Memory Tests" script: