mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-10-29 18:12:20 +00:00
Also increase timeout for Confluence backup
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user