Skip to content

Commit 200e5d2

Browse files
committed
Revert "Reduce wait time in battery_pool test"
This reverts commit 0c0563f. Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent b09caee commit 200e5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/timeseries/_battery_pool/test_battery_pool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ async def run_power_bounds_test( # pylint: disable=too-many-locals
13061306

13071307
# One inverter stopped sending data, use one remaining inverter
13081308
await streamer.stop_streaming(next(iter(bat_invs_map[batteries_in_pool[0]])))
1309-
await asyncio.sleep(MAX_BATTERY_DATA_AGE_SEC + 0.1)
1309+
await asyncio.sleep(MAX_BATTERY_DATA_AGE_SEC + 0.2)
13101310
msg = await asyncio.wait_for(receiver.receive(), timeout=waiting_time_sec)
13111311
compare_messages(
13121312
msg,

0 commit comments

Comments
 (0)