Skip to content

Commit afc0328

Browse files
author
matthias_schaub
committed
Wait until Firebase Functions complete befor testing.
1 parent 2a530ac commit afc0328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mapswipe_workers/tests/integration/test_archive_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def setUp(self):
1313
self.project_id = set_up.create_test_project(
1414
"tile_map_service_grid", "build_area", results=True
1515
)
16-
time.sleep(2) # Wait for Firebase Functions to complete
16+
time.sleep(4) # Wait for Firebase Functions to complete
1717

1818
def tearDown(self):
1919
tear_down.delete_test_data(self.project_id)

mapswipe_workers/tests/integration/test_delete_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def setUp(self):
1414
self.project_id = set_up.create_test_project(
1515
"tile_map_service_grid", "build_area", results=True
1616
)
17-
time.sleep(2) # Wait for Firebase Functions to complete
17+
time.sleep(4) # Wait for Firebase Functions to complete
1818

1919
def tearDown(self):
2020
tear_down.delete_test_data(self.project_id)

0 commit comments

Comments
 (0)