Modify the setting value of POLL_TIMEOUT
authoryuseok <yuseok@samsung.com>
Sun, 2 Nov 2014 05:51:30 +0000 (14:51 +0900)
committerMaciej J. Karpiuk <m.karpiuk2@samsung.com>
Tue, 17 Feb 2015 10:00:03 +0000 (11:00 +0100)
Change-Id: I6c9da2626c5b7af518bad6baba4e9c7c51adb192
Signed-off-by: yuseok <yuseok@samsung.com>
src/manager/client/client-common.cpp

index 8b4d424..08d3492 100644 (file)
@@ -45,7 +45,7 @@ IMPLEMENT_SAFE_SINGLETON(CKM::Log::LogSystem);
 
 namespace {
 
-const int POLL_TIMEOUT = 8000;
+const int POLL_TIMEOUT = 600000;
 
 void centKeyClientEnableLogSystem(void) {
     CKM::Singleton<CKM::Log::LogSystem>::Instance().SetTag("CKM_CLIENT");