Skip to content

Commit d25c7e6

Browse files
increase timeout for LTO
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 7a5ca96 commit d25c7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ script:
9090
# have long link times during which it will not show any output which
9191
# TravisCI might kill due to perceived inactivity.
9292
- if [ "X${USE_LTO}" = "X1" ]; then
93-
travis_wait 45 contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
93+
travis_wait 55 contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
9494
else
9595
contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
9696
fi

0 commit comments

Comments
 (0)