diff -r 0c2046328c85 -r c92d4f3c47c5 lbstest/lbstestproduct/lbsclient/src/ctlbsclientstepmodstatus.cpp --- a/lbstest/lbstestproduct/lbsclient/src/ctlbsclientstepmodstatus.cpp Tue Aug 31 16:38:06 2010 +0300 +++ b/lbstest/lbstestproduct/lbsclient/src/ctlbsclientstepmodstatus.cpp Wed Sep 01 12:35:25 2010 +0100 @@ -655,6 +655,9 @@ INFO_PRINTF1(_L("Position Received")); User::WaitForRequest(status); + + // short delay to allow the module status change to update. + User::After(1*100*1000); //Verify that the position is EDeviceReady again DoVerifyModStatus(TPositionModuleStatus::EDeviceReady,modId);