homescreensrv_plat/sapi_homescreenplugin/tsrc/common/src/mt_hsps.cpp
branchRCL_3
changeset 14 15e4dd19031c
parent 11 bd874ee5e5e2
child 27 2c7f27287390
--- a/homescreensrv_plat/sapi_homescreenplugin/tsrc/common/src/mt_hsps.cpp	Mon Mar 15 12:41:53 2010 +0200
+++ b/homescreensrv_plat/sapi_homescreenplugin/tsrc/common/src/mt_hsps.cpp	Wed Mar 31 22:04:35 2010 +0300
@@ -555,9 +555,9 @@
     TInt err = testThread.Create( 
         _L( "TestStep" ),
         HSPSTestStepThread,
-        0x5000, // 20kB
-        KDefaultHeapSize,
-        KDefaultHeapSize,
+        0xA000, // 40kB
+        KDefaultHeapSize * 2, // 2 times of base size
+        KDefaultHeapSize * 8, // 8 times of base size - needed by Eunit
         ( TAny* )&data,
         EOwnerProcess );