diff --git a/internal/integration/helpers_test.go b/internal/integration/helpers_test.go index ef50d63..0f8ed5d 100644 --- a/internal/integration/helpers_test.go +++ b/internal/integration/helpers_test.go @@ -114,7 +114,7 @@ func waitFor(t *testing.T, tm *testModel, cond func(s string) bool) { return cond(string(b)) }, teatest.WithCheckInterval(time.Millisecond*100), - teatest.WithDuration(time.Second*10), + teatest.WithDuration(time.Second*20), ) }