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

@@ -117,7 +117,7 @@ pub async fn sign<C: Coin>(
}
for i in excluded {
assert!(timeout(
Duration::from_secs(1),
Duration::from_secs(5),
signers.get_mut(&Participant::new(u16::try_from(i).unwrap()).unwrap()).unwrap().events.recv()
)
.await