Skip to content
Snippets Groups Projects
Commit ff63001b authored by Jake Taylor's avatar Jake Taylor
Browse files

fix getroundinfo timeout

parent b3bee0a7
No related branches found
No related tags found
2 merge requests!117Release,!106fix getroundinfo timeout
...@@ -93,7 +93,7 @@ func (c *Client) getRoundResults(roundList []id.Round, timeout time.Duration, ...@@ -93,7 +93,7 @@ func (c *Client) getRoundResults(roundList []id.Round, timeout time.Duration,
oldestRound := networkInstance.GetOldestRoundID() oldestRound := networkInstance.GetOldestRoundID()
roundEventTimeout := 7 * time.Second roundEventTimeout := 5 * time.Second
if timeout < roundEventTimeout { if timeout < roundEventTimeout {
roundEventTimeout = timeout roundEventTimeout = timeout
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment