Skip to content

Commit fe3897e

Browse files
committed
Fix wait in demand-backup-physical test
1 parent bde1bec commit fe3897e

File tree

1 file changed

+2
-2
lines changed
  • e2e-tests/demand-backup-physical

1 file changed

+2
-2
lines changed

e2e-tests/demand-backup-physical/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ run_recovery_check() {
2929
local backup_name=$1
3030
local compare_suffix=${2:-"_restore"}
3131

32-
wait_restore "${backup_name}" "${cluster}" "requested" "0"
32+
wait_restore "${backup_name}" "${cluster}" "requested" "0" "900"
3333
echo
3434

3535
compare_kubectl "statefulset/${cluster}-rs0" ${compare_suffix}
3636

3737
# we don't wait for cluster readiness here because the annotation gets removed then
38-
wait_restore "${backup_name}" "${cluster}" "ready" "0"
38+
wait_restore "${backup_name}" "${cluster}" "ready" "0" "900"
3939
kubectl_bin get psmdb ${cluster} -o yaml
4040
if [ $(kubectl_bin get psmdb ${cluster} -o yaml | yq '.metadata.annotations."percona.com/resync-pbm"') == null ]; then
4141
echo "psmdb/${cluster} should be annotated with percona.com/resync-pbm after a physical restore"

0 commit comments

Comments
 (0)