Increase default SDR test timeout to 20 seconds.

pull/964/head
Mark Jessop 2024-12-26 10:41:38 +10:30
rodzic 8c666eda23
commit 3795d3b2d1
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ from queue import Queue
# 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

Wyświetl plik

@ -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.