diff --git a/anaconda_lib/workers/local_worker.py b/anaconda_lib/workers/local_worker.py index 17708b82..984c73e1 100644 --- a/anaconda_lib/workers/local_worker.py +++ b/anaconda_lib/workers/local_worker.py @@ -31,7 +31,7 @@ def check(self): self.tip = self.process.tip return False - timeout = get_socket_timeout(0.2) + timeout = get_socket_timeout(0.5) start = time.time() times = 1 interval = timeout * 10