Skip to content

Commit

Permalink
Merge branch 'master' into near(d)ecouple
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed May 27, 2021
2 parents a7334ae + a668e43 commit f0e48a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/client/tests/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ mod tests {
);
*connectors.write().unwrap() = conn;

// We only check the terminating condition once every 20 heights, thus extra 20 to
// We only check the terminating condition once every 20 heights, thus extra 80 to
// account for possibly going beyond the HEIGHT_GOAL.
near_network::test_utils::wait_or_panic(3000 * (20 + HEIGHT_GOAL));
near_network::test_utils::wait_or_panic(3000 * (80 + HEIGHT_GOAL));
});
}
}

0 comments on commit f0e48a2

Please sign in to comment.