kerneltest/e32test/rm_debug/common/t_target_launcher.cpp
changeset 189 a5496987b1da
parent 90 947f0dc9f7a8
child 258 880ff05ad710
--- a/kerneltest/e32test/rm_debug/common/t_target_launcher.cpp	Wed Jun 23 12:58:21 2010 +0100
+++ b/kerneltest/e32test/rm_debug/common/t_target_launcher.cpp	Thu Jul 01 17:57:33 2010 +0100
@@ -192,6 +192,8 @@
            }
        }
 
+    launchMutex.Wait( 500000 );
+
     CleanupStack::PopAndDestroy( &launchMutex );
 
     if( commandLine )
@@ -202,6 +204,8 @@
 
 GLDEF_C TInt E32Main()
 	{
+	RProcess thisProcess;
+	thisProcess.Rendezvous(KErrNone);
 	RDebug::Printf( ">Launcher Process()" );
 
 	CTrapCleanup* trap = CTrapCleanup::New();