diff --git a/include/zenoh/api/session.hxx b/include/zenoh/api/session.hxx index f22c26b..d236969 100644 --- a/include/zenoh/api/session.hxx +++ b/include/zenoh/api/session.hxx @@ -1034,7 +1034,7 @@ class Session : public Owned<::z_owned_session_t> { /// @name Fields /// @brief The timeout for the query in milliseconds. - uint32_t timeout_ms = 10000; + uint64_t timeout_ms = 10000; /// @name Methods