diff --git a/test/unit/test_api.py b/test/unit/test_api.py index 23e6c4e..5742c73 100644 --- a/test/unit/test_api.py +++ b/test/unit/test_api.py @@ -62,9 +62,6 @@ def run_bitcoind(): bitcoind_thread.daemon = True bitcoind_thread.start() - # # It takes a little bit of time to start the simulator (otherwise the requests are sent too early and they fail) - # time.sleep(0.1) - @pytest.fixture def new_appointment(dispute_txid=None):