Skip to content

Commit ec41a5c

Browse files
committed
adds time
1 parent 7c7a77e commit ec41a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/01/studies_dispatcher/test_studies_dispatcher_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ async def test_dispatch_logged_in_user(
490490
# delete before exiting
491491
url = client.app.router["delete_project"].url_for(project_id=expected_project_id)
492492
response = await client.delete(f"{url}")
493-
await asyncio.sleep(1) # needed to let task finish
493+
await asyncio.sleep(2) # needed to let task finish
494494
response.raise_for_status()
495495

496496

0 commit comments

Comments
 (0)