chore(test): increase timeout (#820)

This commit is contained in:
Dimitri Herzog 2023-01-09 07:40:44 +01:00 committed by GitHub
parent c4fb0d7540
commit 5a9da900b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ var _ = Describe("External lists and query blocking", func() {
})
It("should fail to start", func() {
Eventually(blocky.IsRunning).Should(BeFalse())
Eventually(blocky.IsRunning, "30s").Should(BeFalse())
Expect(getContainerLogs(blocky)).
Should(ContainElement(ContainSubstring("Error: can't start server: 1 error occurred")))