mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Merge pull request #1189 from delcypher/travis_ci_wait_longer_when_no_output
[TravisCI] Try to make the LTO build more reliable.
This commit is contained in:
commit
d12a0133ce
|
@ -65,4 +65,7 @@ env:
|
|||
# - os: osx
|
||||
# osx_image: xcode 8.2
|
||||
script:
|
||||
- contrib/ci/scripts/travis_ci_entry_point.sh
|
||||
# Use `travis_wait` to handle commands that don't show output for a long period of time.
|
||||
# Currently this is the LTO build which can be very slow.
|
||||
# Allow at most 45 minutes for the build.
|
||||
- travis_wait 45 contrib/ci/scripts/travis_ci_entry_point.sh
|
||||
|
|
Loading…
Reference in a new issue