Skip to content

Commit

Permalink
increase delay for python 3.11 'too fast'
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 16, 2023
1 parent 641278a commit 2f28d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/test_celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ def test_celery_registry_resolution():
)) # type: subprocess.Popen

task1, _ = celery_task_cmd1.communicate()
time.sleep(.25)
time.sleep(1)
task2, _ = celery_task_cmd2.communicate()
time.sleep(.25)
time.sleep(1)

celery_mongo_db = get_mongodb_connection({
"mongodb.host": settings["mongodb.host"],
Expand Down

0 comments on commit 2f28d0f

Please sign in to comment.