@@ -37,7 +37,7 @@ var _ = Describe("AWS backup restore tests", func() {
37
37
log .Printf ("Waiting for restic pods to be running" )
38
38
Eventually (areResticPodsRunning (namespace ), timeoutMultiplier * time .Minute * 3 , time .Second * 5 ).Should (BeTrue ())
39
39
}
40
-
40
+
41
41
if vel .CustomResource .Spec .BackupImages == nil || * vel .CustomResource .Spec .BackupImages {
42
42
log .Printf ("Waiting for registry pods to be running" )
43
43
Eventually (areRegistryDeploymentsAvailable (namespace ), timeoutMultiplier * time .Minute * 3 , time .Second * 5 ).Should (BeTrue ())
@@ -156,7 +156,7 @@ var _ = Describe("AWS backup restore tests", func() {
156
156
ApplicationNamespace : "parks-app" ,
157
157
Name : "parks-e2e" ,
158
158
PreBackupVerify : VerificationFunction (func (ocClient client.Client , namespace string ) error {
159
- Eventually (isDCReady (ocClient , "parks-app" , "restify" ), timeoutMultiplier * time .Minute * 5 , time .Second * 10 ).Should (BeTrue ())
159
+ Eventually (isDCReady (ocClient , "parks-app" , "restify" ), timeoutMultiplier * time .Minute * 10 , time .Second * 10 ).Should (BeTrue ())
160
160
return nil
161
161
}),
162
162
PostRestoreVerify : VerificationFunction (func (ocClient client.Client , namespace string ) error {
@@ -169,7 +169,7 @@ var _ = Describe("AWS backup restore tests", func() {
169
169
ApplicationNamespace : "parks-app" ,
170
170
Name : "parks-e2e" ,
171
171
PreBackupVerify : VerificationFunction (func (ocClient client.Client , namespace string ) error {
172
- Eventually (isDCReady (ocClient , "parks-app" , "restify" ), timeoutMultiplier * time .Minute * 5 , time .Second * 10 ).Should (BeTrue ())
172
+ Eventually (isDCReady (ocClient , "parks-app" , "restify" ), timeoutMultiplier * time .Minute * 10 , time .Second * 10 ).Should (BeTrue ())
173
173
return nil
174
174
}),
175
175
PostRestoreVerify : VerificationFunction (func (ocClient client.Client , namespace string ) error {
0 commit comments