Skip to content

Commit

Permalink
Increase default SDR test timeout to 20 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Dec 26, 2024
1 parent 8c666ed commit 3795d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_rx/autorx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion auto_rx/autorx/sdr_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3795d3b

Please sign in to comment.