We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e7e7c commit 8c9a4a4Copy full SHA for 8c9a4a4
integration_test/src/lib.rs
@@ -69,11 +69,7 @@ impl NodeExt for Node {
69
conf.args.push(arg);
70
}
71
72
- let node = Node::with_conf(exe, &conf).expect("failed to create node");
73
- // We are getting intermittent test fails.
74
- // Just pause here to give the node time to sort itself out.
75
- std::thread::sleep(std::time::Duration::from_millis(500));
76
- node
+ Node::with_conf(exe, &conf).expect("failed to create node")
77
78
79
fn fund_wallet(&self) {
0 commit comments