diff --git a/src/client.rs b/src/client.rs index 683e0c3b3..fe35d4f53 100644 --- a/src/client.rs +++ b/src/client.rs @@ -129,7 +129,7 @@ impl Client { ..Default::default() }); socket.send(&msg_out).await?; - if let Some(Ok(bytes)) = socket.next_timeout(i * 3000).await { + if let Some(Ok(bytes)) = socket.next_timeout(i * 6000).await { if let Ok(msg_in) = RendezvousMessage::parse_from_bytes(&bytes) { match msg_in.union { Some(rendezvous_message::Union::punch_hole_response(ph)) => {