lbstest/lbstestproduct/lbshybridmultiple/src/clbstestsessionsequence.cpp
changeset 57 3267d9ea3e98
parent 0 9cfd9a3ee49c
--- a/lbstest/lbstestproduct/lbshybridmultiple/src/clbstestsessionsequence.cpp	Tue Jul 13 12:25:28 2010 +0100
+++ b/lbstest/lbstestproduct/lbshybridmultiple/src/clbstestsessionsequence.cpp	Wed Sep 08 15:16:57 2010 +0100
@@ -421,7 +421,7 @@
 void CTestSessionSequence::WaitForMessage()
 	{
 	//All timeout's are now 60 seconds
-	iNgProxy.WaitForResponseL(60 * 1000 * 1000);
+	iNgProxy.WaitForResponseL(80 * 1000 * 1000);
 	}
 
 //----------------------------------------------
@@ -561,7 +561,7 @@
 		// for this sequence AND since this function was called, it was an expected message.  SO this sequence has
 		// "stolen" a WaitForResponse call from another sequence.  As such, manually make another call from this
 		// sequence on the same PM to satisfy the action on that other sequence.
-		iNgProxy.WaitForResponseL(60 * 1000 * 1000);
+		iNgProxy.WaitForResponseL(80 * 1000 * 1000);
 		}
 	}