Skip to content

Commit 01442b5

Browse files
Alec-PainterGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #472 from mq-cloudpak/ahp-travis-timeout-930
Decreased the interval between each log heartbeat dump
2 parents 9f28429 + 09c045d commit 01442b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: travis-build-scripts/travis-log-keepalive.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ while true; do
2424
echo "Keepalive $i"
2525
done
2626
echo -e "\ntravis_fold:end:build_heartbeat.$k\r"
27-
sleep 480
27+
sleep 120
2828
k=$((k+1))
2929
dd=$(date)
3030
done

0 commit comments

Comments
 (0)