Improve emc test resiliancy
This commit is contained in:
parent
2711605df6
commit
86b30d2d66
@ -267,7 +267,7 @@ async def test_emc_create_connection_error(default_conf, caplog, mocker):
|
|||||||
emc = ExternalMessageConsumer(default_conf, dp)
|
emc = ExternalMessageConsumer(default_conf, dp)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await asyncio.sleep(0.01)
|
await asyncio.sleep(0.05)
|
||||||
assert log_has("Unexpected error has occurred:", caplog)
|
assert log_has("Unexpected error has occurred:", caplog)
|
||||||
finally:
|
finally:
|
||||||
emc.shutdown()
|
emc.shutdown()
|
||||||
|
Loading…
Reference in New Issue
Block a user