This commit is contained in:
Anatoly Yakovenko 2018-05-14 15:43:26 -07:00
parent 08fc821ca9
commit 8b233f6be4
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ mod test {
.map(|&(ref c, _)| Crdt::gossip(c.clone(), exit.clone()))
.collect();
let mut done = true;
for _ in 0..(num * 16) {
for _ in 0..(num * 32) {
done = true;
for &(ref c, _) in listen.iter() {
trace!(