diff --git a/test/unit/test_block_processor.py b/test/unit/test_block_processor.py index 062e917..b0a2bba 100644 --- a/test/unit/test_block_processor.py +++ b/test/unit/test_block_processor.py @@ -19,6 +19,7 @@ def run_bitcoind(): bitcoind_thread.daemon = True bitcoind_thread.start() + # It takes a little bit of time to start the API (otherwise the requests are sent too early and they fail) sleep(0.1)