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

fix getting stuck in getRoundResults

parent 88aa843d
No related branches found
No related tags found
2 merge requests!231Revert "Update store to print changes to the partners list",!187Xx 3829/triggers
...@@ -166,9 +166,7 @@ func (c *Client) getRoundResults(roundList []id.Round, timeout time.Duration, ...@@ -166,9 +166,7 @@ func (c *Client) getRoundResults(roundList []id.Round, timeout time.Duration,
roundsResults[roundId] = Succeeded roundsResults[roundId] = Succeeded
} else if states.Round(roundInfo.State) == states.FAILED { } else if states.Round(roundInfo.State) == states.FAILED {
roundsResults[roundId] = Failed roundsResults[roundId] = Failed
allRoundsSucceeded = false
} }
return
} }
allRoundsSucceeded = false allRoundsSucceeded = false
anyRoundTimedOut = true anyRoundTimedOut = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment