We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5b158 commit caed0ffCopy full SHA for caed0ff
tests/worker/test_workflow.py
@@ -5285,7 +5285,9 @@ async def test_unfinished_handlers_cause_exceptions_in_test_suite(self):
5285
)
5286
5287
await assert_eq_eventually(
5288
- True, partial(self._workflow_task_failed, workflow_id=(await handle).id)
+ True,
5289
+ partial(self._workflow_task_failed, workflow_id=(await handle).id),
5290
+ timeout=timedelta(seconds=20),
5291
5292
5293
async def _workflow_task_failed(self, workflow_id: str) -> bool:
0 commit comments