Skip to content

Commit

Permalink
increase new heads timeout (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj authored and badgersrus committed Aug 9, 2024
1 parent d32dfda commit a16b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/rpcapi/wallet_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func subscribeToNewHeadsWithRetry(ch chan *tencommon.BatchHeader, services Servi
}
return err
},
retry.NewTimeoutStrategy(10*time.Minute, 1*time.Second),
retry.NewTimeoutStrategy(20*time.Minute, 1*time.Second),
)
if err != nil {
logger.Error("could not subscribe for new head blocks.", log.ErrKey, err)
Expand Down

0 comments on commit a16b473

Please sign in to comment.