loggingservices/eventlogger/test/src/t_loghicaphelper.cpp
changeset 22 a7ba600cb39d
parent 17 55f2396f6d25
child 25 63532cdadd44
--- a/loggingservices/eventlogger/test/src/t_loghicaphelper.cpp	Fri May 14 17:36:33 2010 +0300
+++ b/loggingservices/eventlogger/test/src/t_loghicaphelper.cpp	Thu May 27 14:29:47 2010 +0300
@@ -149,7 +149,7 @@
    	//This eventually calls CLogBackup::ChangeFileLockL(..) which closes the database 
    	//file and notifies all handles to that file that it has closed.
    	backup->CloseFileL(KLogDatabaseName, MBackupObserver::EReleaseLockNoAccess);
- 	User::After(1000000);
+ 	User::After(300000);
    	
    	//Since the log engine database file is closed we can replace it.   
    	//Once this file is deleted, the backup server notices this and attempts to reopen 
@@ -387,7 +387,7 @@
         //This eventually calls CLogBackup::ChangeFileLockL(..) which closes the database 
         //file and notifies all handles to that file that it has closed.
         backup->CloseFileL(aDbPath, MBackupObserver::EReleaseLockNoAccess);
-        User::After(1000000);
+        User::After(300000);
         }
 
     //Since the log engine database file is closed we can delete it.