Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <tsk2013uestc@163.com>
  • Loading branch information
shuangkun committed Feb 26, 2024
1 parent d04068e commit 78a0641
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 @@ -141,7 +141,7 @@ spec:
`).
When().
SubmitWorkflow().
WaitForWorkflow(time.Second * 90).
WaitForWorkflow(time.Second * 30).
Then().
ExpectWorkflow(func(t *testing.T, _ *metav1.ObjectMeta, status *wfv1.WorkflowStatus) {
if status.Phase == wfv1.WorkflowFailed {
Expand Down

0 comments on commit 78a0641

Please sign in to comment.