git-svn-id: svn://elaine/murooma/trunk@334 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-12-31 10:58:49 +00:00
parent 225fdc339a
commit fee7e56600
2 changed files with 2 additions and 4 deletions

View file

@ -134,7 +134,7 @@ shared_ptr<msg::SerializedMessage> ClientConnection::sendRequest(msg::BaseMessag
{
sumTimeout += timeout;
logO << "timeout while waiting for response to: " << reqId << ", timeout " << sumTimeout.count() << "\n";
if (sumTimeout > chronos::sec(5))
if (sumTimeout > chronos::sec(10))
throw SnapException("sum timeout exceeded 10s");
}
{