Skip to content

Commit 77c4db8

Browse files
Increasing waiting time after starting mock microgrid
Some unit tests still failing because microgrid server starts to slow. Signed-off-by: ela-kotulska-frequenz <[email protected]>
1 parent d22eba3 commit 77c4db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/timeseries/mock_microgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async def start(self) -> Tuple[Sender[ComponentMetricRequest], ChannelRegistry]:
7979
channel registry.
8080
"""
8181
await self._server.start()
82-
await asyncio.sleep(0.1)
82+
await asyncio.sleep(0.2)
8383
ret = await self._init_client_and_actors()
8484
await asyncio.sleep(0.1)
8585
return ret

0 commit comments

Comments
 (0)