Skip to content

Commit

Permalink
qa: increase HTTP timeout for bitcoind requests
Browse files Browse the repository at this point in the history
Make it huge so we can generate loads of blocks on CI without any issue
  • Loading branch information
darosior committed Dec 14, 2021
1 parent 19ce7a2 commit 580ba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_framework/authproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import time
import urllib.parse

HTTP_TIMEOUT = 30
HTTP_TIMEOUT = 300
USER_AGENT = "AuthServiceProxy/0.1"

log = logging.getLogger("BitcoinRPC")
Expand Down

0 comments on commit 580ba22

Please sign in to comment.