Skip to content

Commit

Permalink
chore(test): increase timeout (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Jan 9, 2023
1 parent c4fb0d7 commit 5a9da90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/blocking_test.go
Expand Up @@ -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")))
Expand Down

0 comments on commit 5a9da90

Please sign in to comment.