updated datac13 negative test...

This commit is contained in:
DJ2LS 2023-05-03 13:01:13 +02:00
parent e4ce02e278
commit 004ebe7d7a

View file

@ -38,10 +38,10 @@ def parameters() -> dict:
connect_data = {"type": "arq", "command": "connect", "dxcallsign": ""}
stop_data = {"type": "arq", "command": "stop_transmission", "dxcallsign": "DD5GG-3"}
beacon_timeout = 2
ping_timeout = 2
connect_timeout = 4
stop_timeout = 4
beacon_timeout = 1
ping_timeout = 1
connect_timeout = 2
stop_timeout = 1
beacon_tx_check = '"status":"Failed"'
ping_tx_check = '"ping","status":"Failed"'