very minor assert improvement (#4360)
this assert fails often in CI, improving it to see why
This commit is contained in:
parent
d0418baec6
commit
fb5bb88002
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ TEST (conflicts, add_two)
|
|||
// wait 3s before asserting just to make sure there would be enough time
|
||||
// for the Active Elections Container to evict both elections in case they would wrongfully get confirmed
|
||||
//
|
||||
ASSERT_TIMELY (5s, node->active.size () == 2);
|
||||
ASSERT_TIMELY_EQ (5s, node->active.size (), 2);
|
||||
}
|
||||
|
||||
TEST (vote_uniquer, null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue