Skip to content

Commit cd33f6d

Browse files
author
Michael Koval
committed
Added travis_wait to suppress timeouts.
1 parent daef3db commit cd33f6d

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
@@ -20,6 +20,6 @@ install:
2020
- ./scripts/internal-distro.py --workspace=src distribution.yml --repository "${REPOSITORY}"
2121
script:
2222
- ./scripts/internal-build.sh ${PACKAGE_NAMES}
23-
- ./scripts/internal-test.sh ${PACKAGE_NAMES}
23+
- travis_wait ./scripts/internal-test.sh ${PACKAGE_NAMES}
2424
after_script:
2525
- ./scripts/view-all-results.sh test_results

0 commit comments

Comments
 (0)