Skip to content

Commit c5e7bbe

Browse files
committed
increase delay
1 parent 4d20c09 commit c5e7bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_cancellations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async def test_copying_large_project_and_aborting_correctly_removes_new_project(
134134
await assert_status(resp, expected.no_content)
135135
# wait to check that the call to storage is "done"
136136
async for attempt in AsyncRetrying(
137-
reraise=True, stop=stop_after_delay(10), wait=wait_fixed(1)
137+
reraise=True, stop=stop_after_delay(60), wait=wait_fixed(1)
138138
):
139139
with attempt:
140140
slow_storage_subsystem_mock.delete_project.assert_called_once()

0 commit comments

Comments
 (0)