Skip to content

Commit 0e6a86a

Browse files
authored
chore: e2e backup timeout (#97)
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent 4656d44 commit 0e6a86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/internal/tests/replicacluster/replica_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ var _ = Describe("Replica cluster", func() {
238238
g.Expect(cl.Get(ctx, types.NamespacedName{Name: replicaBackup.Name, Namespace: replicaBackup.Namespace},
239239
replicaBackup)).To(Succeed())
240240
g.Expect(replicaBackup.Status.Phase).To(BeEquivalentTo(cloudnativepgv1.BackupPhaseCompleted))
241-
}).Within(2 * time.Minute).WithPolling(5 * time.Second).Should(Succeed())
241+
}).Within(3 * time.Minute).WithPolling(5 * time.Second).Should(Succeed())
242242

243243
By("Checking the data in the former primary cluster")
244244
Eventually(func(g Gomega) {

0 commit comments

Comments
 (0)