From c497f415614dc2d4bbefc960e2050ff6faf1cbe3 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Fri, 28 Apr 2023 13:08:35 +0200 Subject: [PATCH] updated ctest timning --- test/test_datac13_negative.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_datac13_negative.py b/test/test_datac13_negative.py index 6951d2a2..d73e450f 100644 --- a/test/test_datac13_negative.py +++ b/test/test_datac13_negative.py @@ -38,9 +38,9 @@ def parameters() -> dict: connect_data = {"type": "arq", "command": "connect", "dxcallsign": ""} stop_data = {"type": "arq", "command": "stop_transmission", "dxcallsign": "DD5GG-3"} - beacon_timeout = 1 - ping_timeout = 1 - connect_timeout = 2 + beacon_timeout = 2 + ping_timeout = 2 + connect_timeout = 4 stop_timeout = 4 beacon_tx_check = '"status":"Failed"'