From 004ebe7d7a8429541f131af1c98dd65d3c89eeb8 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Wed, 3 May 2023 13:01:13 +0200 Subject: [PATCH] updated datac13 negative test... --- test/test_datac13_negative.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_datac13_negative.py b/test/test_datac13_negative.py index d73e450f..367edf5b 100644 --- a/test/test_datac13_negative.py +++ b/test/test_datac13_negative.py @@ -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"'