mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
chore: e2e backup timeout (#97)
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
This commit is contained in:
parent
4656d44c85
commit
0e6a86a662
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user