mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
travis: extend timeout for all builders
This commit is contained in:
parent
62b4e01cfd
commit
078dd0afe4
11
.travis.yml
11
.travis.yml
|
@ -51,11 +51,6 @@ env:
|
||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Use `travis_wait` when doing LTO builds because this configuration will
|
# Use `travis_wait` when building because some configurations don't produce an
|
||||||
# have long link times during which it will not show any output which
|
# output for a long time (linking & testing)
|
||||||
# TravisCI might kill due to perceived inactivity.
|
- travis_wait 55 contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
|
||||||
- if [ "X${USE_LTO}" = "X1" ]; then
|
|
||||||
travis_wait 55 contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
|
|
||||||
else
|
|
||||||
contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue