From 53c4f54e4924f0339ddb1039c029a1b65f878826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20=C3=81lvarez?= Date: Thu, 9 Jan 2025 23:30:34 +0100 Subject: [PATCH] wip --- tests/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_test.go b/tests/integration_test.go index 4a4115b..68fe1e7 100644 --- a/tests/integration_test.go +++ b/tests/integration_test.go @@ -153,7 +153,7 @@ func TestIntegration(t *testing.T) { } runTestLocally(t, c.stateFile) - time.Sleep(2 * time.Second) + time.Sleep(6 * time.Second) }) } }