Fix bug in SimpleSync queue.

It was not completing partials with bodies.
This commit is contained in:
Paul Hauner
2019-03-31 10:15:42 +11:00
parent 5cc2fdd3d4
commit c99a742aae
3 changed files with 13 additions and 9 deletions

View File

@@ -543,7 +543,7 @@ fn sync_two_nodes() {
// A provides block bodies to B.
node_a.tee_block_body_response(&node_b);
std::thread::sleep(Duration::from_secs(10));
std::thread::sleep(Duration::from_secs(20));
node_b.harness.run_fork_choice();