From 0651b9d0ac45fef26164c09948e9b61b4c408eb3 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Wed, 1 Apr 2026 19:16:10 +1000 Subject: [PATCH] test: increase timeout waiting for reconciled michine in cluster lifecycle test --- test/e2e/cluster_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/cluster_test.go b/test/e2e/cluster_test.go index 58bb0e28..d8f604cd 100644 --- a/test/e2e/cluster_test.go +++ b/test/e2e/cluster_test.go @@ -104,7 +104,7 @@ func TestClusterLifecycle(t *testing.T) { } return true - }, 15*time.Second, 50*time.Millisecond, "cluster store not reconciled on machine #%d", i+1) + }, 30*time.Second, 50*time.Millisecond, "cluster store not reconciled on machine #%d", i+1) } })