Skip to content

Commit

Permalink
Update tests/e2e/configurer/chain/commands.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Bezobchuk <[email protected]>
  • Loading branch information
czarcas7ic and alexanderbez authored Aug 10, 2022
1 parent a23dc6b commit faf72b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/e2e/configurer/chain/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,8 @@ func (n *NodeConfig) QueryPropStatusTimed(wg *sync.WaitGroup, proposalNumber int
if err != nil {
return false
}
if status != desiredStatus {
return false
}
return true

return status == desiredStatus
},
1*time.Minute,
10*time.Millisecond,
Expand Down

0 comments on commit faf72b1

Please sign in to comment.