From f21d54937e6caf546135a7f2cef84cee9a98ffb0 Mon Sep 17 00:00:00 2001 From: yuseok Date: Sun, 2 Nov 2014 14:51:30 +0900 Subject: [PATCH] Modify the setting value of POLL_TIMEOUT Change-Id: I6c9da2626c5b7af518bad6baba4e9c7c51adb192 Signed-off-by: yuseok --- src/manager/client/client-common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager/client/client-common.cpp b/src/manager/client/client-common.cpp index 8b4d424..08d3492 100644 --- a/src/manager/client/client-common.cpp +++ b/src/manager/client/client-common.cpp @@ -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::Instance().SetTag("CKM_CLIENT"); -- 2.7.4