We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2d547 commit 11bc3efCopy full SHA for 11bc3ef
tests/common/mod.rs
@@ -521,7 +521,7 @@ pub(crate) async fn generate_blocks_and_wait<E: ElectrumApi>(
521
// TODO: expect this Result once the WouldBlock issue is resolved upstream.
522
let _block_hashes_res = bitcoind.generate_to_address(num, &address);
523
// Give electrs a breath to index the 101 blocks before nodes sync
524
- tokio::time::sleep(std::time::Duration::from_millis(250)).await;
+ tokio::time::sleep(std::time::Duration::from_millis(250)).await;
525
wait_for_block(electrs, cur_height + num).await;
526
print!(" Done!");
527
println!("\n");
0 commit comments