Skip to content

Commit a6a76c2

Browse files
committed
check if longer sleep time helps
1 parent cf4fca3 commit a6a76c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/tests/integration/test_archive_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_changes(self):
2121
"""Test if groups, tasks and results are deleted from Firebase."""
2222
archive_project.archive_project([self.project_id])
2323

24-
time.sleep(1) # Wait for Firebase Functions to complete
24+
time.sleep(5) # Wait for Firebase Functions to complete
2525

2626
fb_db = auth.firebaseDB()
2727
ref = fb_db.reference(f"v2/groups/{self.project_id}")

0 commit comments

Comments
 (0)