From 0e6a86a662bef476d2174a0136806f8ec319e121 Mon Sep 17 00:00:00 2001 From: Leonardo Cecchi Date: Wed, 11 Dec 2024 17:39:36 +0100 Subject: [PATCH] chore: e2e backup timeout (#97) Signed-off-by: Leonardo Cecchi --- test/e2e/internal/tests/replicacluster/replica_cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/internal/tests/replicacluster/replica_cluster.go b/test/e2e/internal/tests/replicacluster/replica_cluster.go index f39c1a8..cc1b8fb 100644 --- a/test/e2e/internal/tests/replicacluster/replica_cluster.go +++ b/test/e2e/internal/tests/replicacluster/replica_cluster.go @@ -238,7 +238,7 @@ var _ = Describe("Replica cluster", func() { g.Expect(cl.Get(ctx, types.NamespacedName{Name: replicaBackup.Name, Namespace: replicaBackup.Namespace}, replicaBackup)).To(Succeed()) g.Expect(replicaBackup.Status.Phase).To(BeEquivalentTo(cloudnativepgv1.BackupPhaseCompleted)) - }).Within(2 * time.Minute).WithPolling(5 * time.Second).Should(Succeed()) + }).Within(3 * time.Minute).WithPolling(5 * time.Second).Should(Succeed()) By("Checking the data in the former primary cluster") Eventually(func(g Gomega) {