Remove sleep

This commit is contained in:
Tyera Eulberg 2019-01-17 13:05:09 -07:00 committed by Grimes
parent 3e245f16c0
commit 1a5bf0c689
1 changed files with 0 additions and 3 deletions

View File

@ -17,8 +17,6 @@ use std::io::Read;
use std::path::PathBuf;
use std::sync::mpsc::channel;
use std::sync::{Arc, RwLock};
use std::thread::sleep;
use std::time::Duration;
#[test]
fn test_wallet_deploy_program() {
@ -58,7 +56,6 @@ fn test_wallet_deploy_program() {
false,
None,
);
sleep(Duration::from_millis(900));
let (sender, receiver) = channel();
run_local_drone(alice.keypair(), sender);