Skip to content

Commit

Permalink
chore: increase examples timeout to 90s
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <alan@clucas.org>
  • Loading branch information
Joibel committed Sep 13, 2024
1 parent 930887d commit c47456d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ grep -lR 'workflows.argoproj.io/test' examples/* | while read f ; do
echo "Running $f..."
kubectl create -f $f
name=$(kubectl get workflow -o name)
kubectl wait --for=condition=Completed $name
kubectl wait --timeout=90s --for=condition=Completed $name
phase="$(kubectl get $name -o 'jsonpath={.status.phase}')"
echo " -> $phase"
test Succeeded == $phase
Expand Down

0 comments on commit c47456d

Please sign in to comment.