Increase Confluence backup timeout to 8 hours

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-04-23 13:58:24 +02:00
parent a8f3361292
commit 129b5a5480

View File

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