[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Allow more time for workload to complete creation
Browse files Browse the repository at this point in the history
Signed-off-by: zzxwill <zzxwill@gmail.com>
  • Loading branch information
zzxwill committed Dec 31, 2020
1 parent 00ba56c commit 20af03c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
By("Check workload created successfully")
Eventually(func() error {
return k8sClient.Get(ctx, workloadKey, &workload)
}, 5*time.Second, 300*time.Millisecond).Should(BeNil())
}, 10*time.Second, 300*time.Millisecond).Should(BeNil())

By("Check reconcile again and no error will happen")
reconcileRetry(reconciler, req)
Expand Down

0 comments on commit 20af03c

Please sign in to comment.