Increased the reconnect timeout to ease network upgrades

This commit is contained in:
StephenButtolph 2020-04-15 17:49:08 -04:00
parent 0933380c99
commit ad1e8b75e5
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ const (
GetVersionTimeout = 2 * time.Second
// ReconnectTimeout is the amount of time to wait to reconnect to a staker
// before giving up
ReconnectTimeout = 1 * time.Minute
ReconnectTimeout = 10 * time.Minute
)
// Manager is the struct that will be accessed on event calls