Skip to content

Commit cc38b8d

Browse files
committed
add log to test_recalculate_org_storage to investigate hang
1 parent cde562f commit cc38b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/test/test_z_delete_org.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def test_recalculate_org_storage(admin_auth_headers, default_org_id):
4343
time.sleep(10)
4444

4545
attempts += 1
46+
print(f"Job not yet succeeded, retrying... ({attempts}/{max_attempts})")
4647

4748
r = requests.get(
4849
f"{API_PREFIX}/orgs/{default_org_id}",

0 commit comments

Comments
 (0)