test: increase timeout waiting for reconciled michine in cluster lifecycle test

This commit is contained in:
Pasha Sviderski
2026-04-01 19:16:10 +10:00
parent 62976f3338
commit 0651b9d0ac
+1 -1
View File
@@ -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)
}
})