Skip to content

Commit

Permalink
set 100 millisecond
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato committed Mar 12, 2023
1 parent 5506ddd commit c0b1048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ var _ = Describe("E2e", func() {
Consistently(func() bool {
err := k8sClient.Get(ctx, client.ObjectKey{Namespace: mysqlNamespace, Name: secretName}, secret)
return errors.IsNotFound(err)
}).Should(BeTrue())
}, 100 * time.Millisecond).Should(BeTrue())

By("Create MySQL Deployment and Service")
// create mysql deployment & service
Expand Down

0 comments on commit c0b1048

Please sign in to comment.