mirror of
https://github.com/markqvist/Sideband.git
synced 2025-06-19 12:14:07 -04:00
Increased timeout
This commit is contained in:
parent
191a958335
commit
beff037a65
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class GpsdLocationPlugin(SidebandTelemetryPlugin):
|
||||||
plugin_name = "gpsd_location"
|
plugin_name = "gpsd_location"
|
||||||
|
|
||||||
def __init__(self, sideband_core):
|
def __init__(self, sideband_core):
|
||||||
self.connect_timeout = 1.0
|
self.connect_timeout = 5.0
|
||||||
self.client = None
|
self.client = None
|
||||||
self.client_connected = False
|
self.client_connected = False
|
||||||
self.should_run = False
|
self.should_run = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue