Skip to content

Commit

Permalink
chore: timeout to 11 minutes for PVC retry
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 c47456d commit 3136310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ func (s *CLISuite) TestWorkflowRetryWithRecreatedPVC() {
}
}).
When().
WaitForWorkflow(fixtures.ToBeFailed).
WaitForWorkflow(fixtures.ToBeFailed, time.Minute*11).
Then().
ExpectWorkflow(func(t *testing.T, _ *metav1.ObjectMeta, status *wfv1.WorkflowStatus) {
assert.Equal(t, wfv1.NodeFailed, status.Nodes.FindByDisplayName("print").Phase)
Expand Down

0 comments on commit 3136310

Please sign in to comment.