--- a/lbstest/lbstestproduct/lbshybridmultiple/src/ctlbshybridmultipletest.cpp Wed Aug 18 11:11:46 2010 +0300
+++ b/lbstest/lbstestproduct/lbshybridmultiple/src/ctlbshybridmultipletest.cpp Fri Sep 17 08:37:32 2010 +0300
@@ -264,7 +264,7 @@
//Message was not expected by any sequence. Manually set the Net Proxy off listening
// again, so the sequence can receive the message it expected.
INFO_PRINTF2(_L("-> RequestAssistanceData() [2004] Sq: unknown, PM: %d"), aPmId);
- proxy->WaitForResponseL(60 * 1000 * 1000);
+ proxy->WaitForResponseL(80 * 1000 * 1000);
//Break out of the function now
return;
@@ -412,7 +412,7 @@
else
{
// when an unexpected message arrives merley ignore and wait for next one!
- proxy->WaitForResponseL(60 * 1000 * 1000);
+ proxy->WaitForResponseL(80 * 1000 * 1000);
}
}