From 3795d3b2d1b87b9c0e0e3f8eec271a8bdfbf5425 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Thu, 26 Dec 2024 10:41:38 +1030 Subject: [PATCH] Increase default SDR test timeout to 20 seconds. --- auto_rx/autorx/__init__.py | 2 +- auto_rx/autorx/sdr_wrappers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_rx/autorx/__init__.py b/auto_rx/autorx/__init__.py index a099d74a..4d768701 100644 --- a/auto_rx/autorx/__init__.py +++ b/auto_rx/autorx/__init__.py @@ -12,7 +12,7 @@ # MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus. # PATCH - Small changes, or minor feature additions. -__version__ = "1.8.1-beta2" +__version__ = "1.8.1-beta3" # Global Variables diff --git a/auto_rx/autorx/sdr_wrappers.py b/auto_rx/autorx/sdr_wrappers.py index 595d0491..20deb952 100644 --- a/auto_rx/autorx/sdr_wrappers.py +++ b/auto_rx/autorx/sdr_wrappers.py @@ -24,7 +24,7 @@ def test_sdr( ss_iq_path = "./ss_iq", ss_power_path = "./ss_power", check_freq = 401500000, - timeout = 5 + timeout = 20 ): """ Test the prescence / functionality of a SDR.