Skip to content

Commit 02e5c95

Browse files
committed
increase waiting time after restore
1 parent f16bb38 commit 02e5c95

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

oadp-operator

48.2 MB
Binary file not shown.

tests/e2e/backup_restore_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ var _ = Describe("AWS backup restore tests", func() {
151151
Expect(succeeded).To(Equal(true))
152152

153153
// verify app is running
154-
Eventually(areApplicationPodsRunning(brCase.ApplicationNamespace), timeoutMultiplier*time.Minute*2, time.Second*5).Should(BeTrue())
154+
Eventually(areApplicationPodsRunning(brCase.ApplicationNamespace), timeoutMultiplier*time.Minute*9, time.Second*5).Should(BeTrue())
155155

156156
// Run optional custom verification
157157
log.Printf("Running post-restore function for case %s", brCase.Name)

0 commit comments

Comments
 (0)