Skip to content

Commit

Permalink
ci: give more time for pods to ready
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 1, 2024
1 parent 5132ea8 commit de4e706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ default_job_pod=$(kubectl get pods --selector=job-name=default-job -o json | jq
echo
echo "Fluence job pod is ${fluence_job_pod}"
echo "Default job pod is ${default_job_pod}"
sleep 10
sleep 30

# Shared function to check output
function check_output {
Expand Down

0 comments on commit de4e706

Please sign in to comment.