Skip to content

Commit

Permalink
Merge pull request #5 from merklescience/feature/fix-export-schema
Browse files Browse the repository at this point in the history
increase timeout - fixes bitcoin-cash failures for cold start
  • Loading branch information
aknirmal90 authored Nov 13, 2019
2 parents 0ef5f9f + e009deb commit a718ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoinetl/rpc/bitcoin_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

class BitcoinRpc:

def __init__(self, provider_uri, timeout=60):
def __init__(self, provider_uri, timeout=180):
self.provider_uri = provider_uri
self.timeout = timeout

Expand Down

0 comments on commit a718ec3

Please sign in to comment.