generated from john/python-template
This commit is contained in:
@@ -107,6 +107,8 @@ class TestWorkflowReliability:
|
||||
error_detail = next(attempt.error_detail for attempt in attempts if attempt.error_detail is not None)
|
||||
assert "timed out" in error_detail.lower()
|
||||
assert "20.0s" in error_detail
|
||||
assert attempts[0].error_category == "external_timeout_error"
|
||||
assert "retry the job" in error_detail.lower()
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_timeout_duration_excludes_pre_call_setup(self, default_session_factory, monkeypatch):
|
||||
|
||||
Reference in New Issue
Block a user