diff --git a/radicle/src/node.rs b/radicle/src/node.rs index dde0e5027..34f7fdb9f 100644 --- a/radicle/src/node.rs +++ b/radicle/src/node.rs @@ -1090,7 +1090,7 @@ impl Handle for Node { nid: from, timeout, }, - DEFAULT_TIMEOUT, + DEFAULT_TIMEOUT.max(timeout), )? .next() .ok_or(Error::EmptyResponse)??;