Skip to content

Commit

Permalink
fix: increase event timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Feb 9, 2024
1 parent d5a29d5 commit 32cd565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func Logs(o *option.Option) {
command.Run(o, "exec", testContainerName, "sh", "-c", fmt.Sprintf("echo %s >> /proc/1/fd/1", newLog))
// allow propagation time
gomega.Eventually(strings.TrimSpace(string(session.Out.Contents()))).
WithTimeout(15 * time.Second).
WithTimeout(30 * time.Second).
WithPolling(1 * time.Second).
Should(gomega.Equal(newLog))
})
Expand Down

0 comments on commit 32cd565

Please sign in to comment.