Skip to content

Commit

Permalink
increase the sleep time before it checks running jobs (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
junydania committed Jun 4, 2024
1 parent 0477bc3 commit fed8c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/e2e/waiter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ steps:
## it ends the loop and trigger the downstream job that depends on it
while [[ $(curl --location --request GET "https://circleci.com/api/v2/workflow/$CIRCLE_WORKFLOW_ID/job" --header "Circle-Token: $CCI_Token"| jq -r '.items[]|select(.name != "vfcommon/waiter")|.status' | grep -c "running") -gt 0 ]]
do
sleep 1
sleep 5
done
- run: echo "All required jobs have now completed"

0 comments on commit fed8c63

Please sign in to comment.