Skip to content

Commit

Permalink
Merge pull request #472 from mq-cloudpak/ahp-travis-timeout-930
Browse files Browse the repository at this point in the history
Decreased the interval between each log heartbeat dump
  • Loading branch information
Alec-Painter authored and GitHub Enterprise committed Jun 21, 2023
2 parents 9f28429 + 09c045d commit 01442b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-build-scripts/travis-log-keepalive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ while true; do
echo "Keepalive $i"
done
echo -e "\ntravis_fold:end:build_heartbeat.$k\r"
sleep 480
sleep 120
k=$((k+1))
dd=$(date)
done

0 comments on commit 01442b5

Please sign in to comment.