diff --git a/minode/tests/test_process.py b/minode/tests/test_process.py index 4653f61..51dcf8e 100644 --- a/minode/tests/test_process.py +++ b/minode/tests/test_process.py @@ -104,7 +104,7 @@ class TestProcess(TestProcessProto): time.sleep(1) for _ in range(self._wait_time * 2): - if len(self.connections()) > self._connection_limit / 2: + if len(self.connections()) >= self._connection_limit / 2: _time_to_connect = round(time.time() - _started) break if '--i2p' not in self._process_cmd: