diff --git a/tests/logs.go b/tests/logs.go index 62d72b5..e874b3e 100644 --- a/tests/logs.go +++ b/tests/logs.go @@ -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)) })