We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c943b4 commit 68c9d67Copy full SHA for 68c9d67
cell/task_test.go
@@ -351,7 +351,7 @@ var _ = Describe("Tasks", func() {
351
352
Expect(err).NotTo(HaveOccurred())
353
354
- Eventually(inigo_announcement_server.Announcements).WithTimeout(5 * time.Second).Should(ContainElement("before-memory-overdose"))
+ Eventually(inigo_announcement_server.Announcements).WithTimeout(10 * time.Second).Should(ContainElement("before-memory-overdose"))
355
356
var task *models.Task
357
Eventually(func() interface{} {
0 commit comments