There was an error while loading. Please reload this page.
1 parent f76a0a1 commit bbca4a4Copy full SHA for bbca4a4
1 file changed
tests/src/unit/test_tools_utility_supervisor_logs.py
@@ -445,6 +445,7 @@ async def test_supervisor_log_fetch_has_overall_deadline(
445
mock_client.timeout = 0.01
446
447
async def _hang_forever(*_args, **_kwargs):
448
+ """Model a Supervisor response that never completes."""
449
await asyncio.Event().wait()
450
451
inner_client.get.side_effect = _hang_forever
0 commit comments