mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
chore: e2e backup timeout
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
This commit is contained in:
parent
4656d44c85
commit
89e6d0cd89
@ -238,7 +238,7 @@ var _ = Describe("Replica cluster", func() {
|
|||||||
g.Expect(cl.Get(ctx, types.NamespacedName{Name: replicaBackup.Name, Namespace: replicaBackup.Namespace},
|
g.Expect(cl.Get(ctx, types.NamespacedName{Name: replicaBackup.Name, Namespace: replicaBackup.Namespace},
|
||||||
replicaBackup)).To(Succeed())
|
replicaBackup)).To(Succeed())
|
||||||
g.Expect(replicaBackup.Status.Phase).To(BeEquivalentTo(cloudnativepgv1.BackupPhaseCompleted))
|
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")
|
By("Checking the data in the former primary cluster")
|
||||||
Eventually(func(g Gomega) {
|
Eventually(func(g Gomega) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user