From 7689e31640b8fcc21f461086b65be7fd443d8923 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 23 Jul 2019 20:28:51 +0100 Subject: [PATCH] increase timeout --- owrx/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/source.py b/owrx/source.py index 86348eaf..99f29ec0 100644 --- a/owrx/source.py +++ b/owrx/source.py @@ -197,7 +197,7 @@ class SdrSource(object): self.monitor = threading.Thread(target=wait_for_process_to_end) self.monitor.start() - retries = 100 + retries = 1000 while retries > 0: retries -= 1 if self.monitor is None: