Also increase timeout for Confluence backup

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-04-06 11:41:20 +02:00
parent 20745b0b9b
commit c208cd7c34

View File

@@ -66,7 +66,7 @@ class AtlassianBackup:
self.base_url, "/wiki/rest/obm/1.0/getprogress"
)
for _ in range(720):
for _ in range(1440):
backup_progress_res = self.session.get(backup_progress_url).json()
print(f"Debug: {backup_progress_res}")