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,
roundsResults[roundId] = Succeeded
} else if states.Round(roundInfo.State) == states.FAILED {
roundsResults[roundId] = Failed
allRoundsSucceeded = false
}
continue
}
allRoundsSucceeded = false
anyRoundTimedOut = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment