From b3ec74bf3174f94bfefe36e47c3f01280cba16a0 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 7 Sep 2017 15:13:36 -0700 Subject: [PATCH] Add documentation to custom_travis_wait.sh. --- tests/custom_travis_wait.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/custom_travis_wait.sh b/tests/custom_travis_wait.sh index c344ad0..1197b72 100644 --- a/tests/custom_travis_wait.sh +++ b/tests/custom_travis_wait.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash +# Add a custom wait time (limit value, in seconds). +# +# Chose to use a custom script instead of travis_wait, since travis_wait eats +# logged output then spits it out at the end. + set -e set -u