Skip to content

Commit

Permalink
Update tests/e2e/declarative_database_management_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Silvela <[email protected]>
  • Loading branch information
jsilvela authored and NiccoloFei committed Oct 14, 2024
1 parent 243f94c commit e91c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/declarative_database_management_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ var _ = Describe("Declarative database management", Label(tests.LabelSmoke, test
}, 300).WithPolling(10 * time.Second).Should(Succeed())
})
By("deleting the namespace and making sure it succeeds before timeout", func() {
err := env.DeleteNamespaceAndWait(namespace, 30)
err := env.DeleteNamespaceAndWait(namespace, 60)
Expect(err).ToNot(HaveOccurred())
})
})
Expand Down

0 comments on commit e91c00f

Please sign in to comment.