Skip to content

Commit

Permalink
Increase default timeout, network crapped again.
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Nov 7, 2017
1 parent 9f114b1 commit d7343ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ico/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def asbool(s):
return s.lower() in truthy


def check_succesful_tx(web3: Web3, txid: str, timeout=180) -> dict:
def check_succesful_tx(web3: Web3, txid: str, timeout=600) -> dict:
"""See if transaction went through (Solidity code did not throw).
:return: Transaction receipt
Expand Down

0 comments on commit d7343ad

Please sign in to comment.