Sleep longer for TravisCI

This commit is contained in:
Greg Fitzgerald 2018-02-27 11:08:28 -07:00
parent 5ca0ccbcd2
commit 34b77efc87
1 changed files with 1 additions and 2 deletions

View File

@ -116,8 +116,7 @@ mod tests {
let bob_pubkey = GenericArray::clone_from_slice(bob_keypair.public_key_bytes());
acc.transfer(500, &alice_keypair, bob_pubkey).unwrap();
sleep(Duration::new(0, 1_000_000));
sleep(Duration::from_millis(30));
assert_eq!(acc.get_balance(&bob_pubkey).unwrap(), 1_500);
drop(acc.historian.sender);