connectivitymodules/SeCon/servers/syncserver/src/sconasynchandler.cpp
changeset 64 a62b67d1f67c
parent 40 b63e67867dcd
--- a/connectivitymodules/SeCon/servers/syncserver/src/sconasynchandler.cpp	Tue Sep 28 18:46:16 2010 +0530
+++ b/connectivitymodules/SeCon/servers/syncserver/src/sconasynchandler.cpp	Tue Oct 12 17:42:13 2010 +0530
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -42,8 +42,9 @@
 const TInt KMaxStoresCount = 10;
 
 const TInt KDefaultTimeOutInMicroSeconds = 30 * 1000000; // 30 seconds
-const TInt KDeleteAllTimeOutInMicroSeconds = 300 * 1000000; // 5 minutes
-const TInt KOpenStoreTimeOutInMicroSeconds = 180 * 1000000; // 180 seconds
+const TInt KDeleteAllTimeOutInMicroSeconds = 540 * 1000000; // 9 minutes
+const TInt KOpenStoreTimeOutInMicroSeconds = 540 * 1000000; //  9 minutes
+const TInt KResetChangeInfoTimeOutInMicroSeconds = 540 * 1000000; // 9 minutes
 
 CSconAsyncHandler::~CSconAsyncHandler()
     {
@@ -180,6 +181,7 @@
             MovedItemsL();
             break;
         case EResetChangeInfo:
+            iTimeOut->Start( KResetChangeInfoTimeOutInMicroSeconds );
             ResetChangeInfoL();
             break;
         case ECommitChangeInfo: