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

fix getting stuck in getRoundResults

parent 011242c8
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,7 +166,9 @@ func (c *Client) getRoundResults(roundList []id.Round, timeout time.Duration, ...@@ -166,7 +166,9 @@ 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
} }
continue
} }
allRoundsSucceeded = false allRoundsSucceeded = false
anyRoundTimedOut = true anyRoundTimedOut = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment