Again tweak timeouts for #260

This commit is contained in:
Luke Parker
2023-03-17 23:45:46 -04:00
parent 918cce3494
commit 55e0253225
5 changed files with 8 additions and 9 deletions

View File

@@ -132,5 +132,4 @@ pub async fn test_key_gen<C: Coin>() {
panic!("didn't get key back");
}
}
tokio::time::sleep(Duration::from_secs(1)).await;
}