From: Bartlomiej Grzelewski Date: Tue, 19 Nov 2013 17:10:25 +0000 (+0100) Subject: Change timeout in clinet from 1 secont to 2 seconds. X-Git-Tag: accepted/tizen/common/20140724.165024~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46d8788f36663f9083b21086fa04b076c51f288e;p=platform%2Fcore%2Fsecurity%2Fsecurity-manager.git Change timeout in clinet from 1 secont to 2 seconds. [Issue#] N/A [Feature/Bug] N/A [Problem] N/A [Cause] N/A [Solution] N/A [Verification] Build, run tests. Change-Id: I6f82c20889d1a19a0f43ebf1bcf29c90151dc2f7 --- diff --git a/src/server/client/client-common.cpp b/src/server/client/client-common.cpp index 2bd9091..5453db2 100644 --- a/src/server/client/client-common.cpp +++ b/src/server/client/client-common.cpp @@ -42,7 +42,7 @@ IMPLEMENT_SAFE_SINGLETON(SecurityServer::Log::LogSystem); namespace { -const int POLL_TIMEOUT = 1000; +const int POLL_TIMEOUT = 2000; void securityClientEnableLogSystem(void) { SecurityServer::Singleton::Instance().SetTag("SECURITY_SERVER_CLIENT");