Skip to content

Commit

Permalink
remove unnecessary thread::sleep in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Dec 29, 2021
1 parent 22c4e8f commit b5dc963
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ pub fn retire_stake_pool_explorer() {
let explorer = leader_1.explorer();
let stake_pool_3 = controller.stake_pool(LEADER_3).unwrap().clone();

std::thread::sleep(std::time::Duration::from_secs(1));
let stake_pool_state_before = explorer
.stake_pool(stake_pool_3.info().to_id().to_string(), 0)
.unwrap();
Expand Down

0 comments on commit b5dc963

Please sign in to comment.