Skip to content

Commit

Permalink
Merge pull request #964 from darksidelemm/testing
Browse files Browse the repository at this point in the history
Increase default SDR test timeout to 20 seconds.
  • Loading branch information
darksidelemm authored Dec 26, 2024
2 parents 8c666ed + 3795d3b commit 17ae4ad
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 17ae4ad

Please sign in to comment.