From: Tomek Mrugalski Date: Tue, 23 Mar 2021 10:22:38 +0000 (+0100) Subject: [#1661] units specified for timeout X-Git-Tag: Kea-1.9.6~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1176cd0d1896f9369f176b7db552b02bfc2b0613;p=thirdparty%2Fkea.git [#1661] units specified for timeout --- diff --git a/src/lib/http/tests/tls_client_unittests.cc b/src/lib/http/tests/tls_client_unittests.cc index ed5cbb89e6..f6745df191 100644 --- a/src/lib/http/tests/tls_client_unittests.cc +++ b/src/lib/http/tests/tls_client_unittests.cc @@ -239,7 +239,7 @@ public: /// @brief Runs IO service with optional timeout. /// /// @param timeout Optional value specifying for how long the io service - /// should be ran. + /// should be ran (ms). void runIOService(long timeout = 0) { io_service_.get_io_service().reset();