Skip to content

Commit 1c89bb2

Browse files
committed
Add fail_fast=True to maintain previous behaviour
1 parent cd41c4e commit 1c89bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def stub_worker(monkeypatch, settings, _runner):
4848
class Meta:
4949
@staticmethod
5050
def wait():
51-
broker.join(settings.JOEFLOW_CELERY_QUEUE_NAME, timeout=60000)
51+
broker.join(settings.JOEFLOW_CELERY_QUEUE_NAME, timeout=60000, fail_fast=False)
5252
worker.join()
5353

5454
yield Meta

0 commit comments

Comments
 (0)