Skip to content

Commit df972c3

Browse files
authored
Add travis wait to compilation step on travis. (#2544)
Travis nightly build failed due to no-output for over 10m from build process.
1 parent f2a48c9 commit df972c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/build_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
1515

1616
if [ "${USER}" = "travis" ]; then
1717
# we're running on a travis machine
18-
"${SCRIPTPATH}/build.sh" --make_debug
18+
"${SCRIPTPATH}/travis_wait.sh" 30 "${SCRIPTPATH}/build.sh" --make_debug
1919
# Need to call travis_retry first, if travis_wait calls travis_retry
2020
# it doesn't show the output.
2121
"${SCRIPTPATH}/travis_retry.sh" "${SCRIPTPATH}/travis_wait.sh" 90 "${SCRIPTPATH}/test.sh"

0 commit comments

Comments
 (0)