Skip to content

Commit

Permalink
Merge pull request #1747 from AntelopeIO/GH-1501-slow-cicd-5.0
Browse files Browse the repository at this point in the history
[5.0] Test: larger timeout of set contract
  • Loading branch information
heifner committed Oct 11, 2023
2 parents f9bce76 + a49aaf6 commit c42f4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestHarness/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def publishContract(self, account, contractDir, wasmFile, abiFile, waitForTransB
if not waitForTransBlock:
return trans
transId=NodeosQueries.getTransId(trans)
if self.waitForTransactionInBlock(transId, timeout=5, exitOnError=False):
if self.waitForTransactionInBlock(transId, timeout=30, exitOnError=False):
break

return trans
Expand Down

0 comments on commit c42f4bf

Please sign in to comment.