Skip to content

Commit

Permalink
chore: 10 minutes is too much
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 29787da commit b12204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ spec:
When().
SubmitWorkflow().
WaitForWorkflow(fixtures.ToHaveFailedPod).
Wait(600 * time.Second).
Wait(60 * time.Second).
Then().
ExpectWorkflow(func(t *testing.T, _ *metav1.ObjectMeta, status *wfv1.WorkflowStatus) {
if status.Phase == wfv1.WorkflowFailed {
Expand Down

0 comments on commit b12204a

Please sign in to comment.