Skip to content

Commit

Permalink
Increase wait time for junit retrieval phase
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Jan 21, 2025
1 parent 6bb701b commit 5e69fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ while kill -0 ${MVN_PID} &>/dev/null; do
echo "OK Maven is running, Wrapper PID=${MVN_PID}"
done
echo "Maven build is finished! Stopping ssh agent..."
sleep 10 # wait for jenkins to close ssh connection
sleep 30 # wait for jenkins to close ssh connection and retrieves junit report files
kill -9 ${SSH_PID}
exit 0

0 comments on commit 5e69fe0

Please sign in to comment.