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) } })