From 4809c172145bb25ce5322657abebebaf70a1c79d Mon Sep 17 00:00:00 2001 From: Louis Garman Date: Tue, 20 Aug 2024 11:59:38 +0100 Subject: [PATCH] wip --- internal/integration/helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/integration/helpers_test.go b/internal/integration/helpers_test.go index ef50d634..0f8ed5dd 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), ) }