Skip to content

Commit

Permalink
add sleep for PBM to release locks
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak committed Aug 13, 2024
1 parent c187d4b commit 8e2e4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pbm-functional/pytest/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ def make_backup(self, type):
if snapshot['name'] == name:
if snapshot['status'] == 'done':
Cluster.log("Backup found: " + str(snapshot))
time.sleep(1) #wait for releasing locks
return name
break
elif snapshot['status'] == 'error':
Expand Down

0 comments on commit 8e2e4d8

Please sign in to comment.