Changed delay in test
This commit is contained in:
parent
73b4eaf861
commit
81983707c8
5
main.py
5
main.py
|
|
@ -481,9 +481,8 @@ async def stop_auto_test(pu: int):
|
|||
async def run_auto_test_pu1(pu: int, ploop_setpoint: float):
|
||||
try:
|
||||
await send_command_with_delay("PRE-PRODUCTION", pu, delay_s=0, ploop_setpoint=ploop_setpoint)
|
||||
# await send_command_with_delay("PRODUCTION", pu, delay_s=180, ploop_setpoint=ploop_setpoint)
|
||||
await set_patients_with_delay(5, delay_s=60)
|
||||
await set_patients_with_delay(10, delay_s=60)
|
||||
await set_patients_with_delay(5, delay_s=200)
|
||||
await set_patients_with_delay(10, delay_s=220)
|
||||
await send_command_with_delay("IDLE", pu, delay_s=60, ploop_setpoint=ploop_setpoint)
|
||||
logging.info("[AUTO TEST] Finished PU1 test")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user