Skip to content

Commit

Permalink
Update protocol/statetracker/tx_sender.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Mar 20, 2024
1 parent 4f88628 commit dbe1c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/statetracker/tx_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (ts *TxSender) waitForTxCommit(resultData common.TxResultData) (common.TxRe
utils.LavaFormatWarning("Timeout waiting for transaction", nil, utils.LogAttr("hash", resultData.Txhash))
return
}
ctx, cancel := context.WithTimeout(utils.WithUniqueIdentifier(context.Background(), guid), 3*time.Second)
ctx, cancel := context.WithTimeout(utils.WithUniqueIdentifier(context.Background(), guid), 5*time.Second)
result, err := clientCtx.Client.Tx(ctx, resultData.Txhash, false)
cancel()
if err == nil {
Expand Down

0 comments on commit dbe1c4a

Please sign in to comment.