Skip to content

Commit 8c9a4a4

Browse files
committed
Revert "integration_test: Pause after node comes up"
This reverts commit c188d91.
1 parent 66e7e7c commit 8c9a4a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

integration_test/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ impl NodeExt for Node {
6969
conf.args.push(arg);
7070
}
7171

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
72+
Node::with_conf(exe, &conf).expect("failed to create node")
7773
}
7874

7975
fn fund_wallet(&self) {

0 commit comments

Comments
 (0)