datasourcemodules/defaultpositioningmodule/test/te_defproxy/src/twopsysactivestep.cpp
branchRCL_3
changeset 55 c92d4f3c47c5
parent 54 0c2046328c85
--- a/datasourcemodules/defaultpositioningmodule/test/te_defproxy/src/twopsysactivestep.cpp	Tue Aug 31 16:38:06 2010 +0300
+++ b/datasourcemodules/defaultpositioningmodule/test/te_defproxy/src/twopsysactivestep.cpp	Wed Sep 01 12:35:25 2010 +0100
@@ -104,7 +104,7 @@
     //return KErrNone
     SET_TIME
     PositionRequestWithCheck(posInfo, KErrNone, KNetworkPsy1);
-    CHECK_TIME(31) //2s is timeshfift value min(2*TTFF(1),10)+1
+    CHECK_TIME(3) //2s is timeshfift value min(2*TTFF(1),10)+1
 
     User::After(KSecond*7); 
     
@@ -136,7 +136,7 @@
     //7. PSY1 does not give a fix within timeshift, PSY2 is tried. If PSY1 then 
     //give a error code, then fix from PSY2 will be used.
     PositionRequestWithCheck(posInfo, KErrNone, KNetworkPsy1);
-    CHECK_TIME(40) //Timeshift time 2s + response time 10s
+    CHECK_TIME(12) //Timeshift time 2s + response time 10s
     
     //Do everhing again when device status is Active
     
@@ -180,7 +180,7 @@
     //return KErrNone
     SET_TIME
     PositionRequestWithCheck(posInfo, KErrNone, KNetworkPsy1);
-    CHECK_TIME(31) //2s is timeshfift value min(2*TTFF(1),10)+1
+    CHECK_TIME(3) //2s is timeshfift value min(2*TTFF(1),10)+1
 
     User::After(KSecond*7); 
     
@@ -212,7 +212,7 @@
     //7. PSY1 does not give a fix within timeshift, PSY2 is tried. If PSY1 then 
     //give a error code, then fix from PSY2 will be used.
     PositionRequestWithCheck(posInfo, KErrNone, KNetworkPsy1);
-    CHECK_TIME(40) //Timeshift time 2s + response time 10s
+    CHECK_TIME(12) //Timeshift time 2s + response time 10s
     
     StandardCleanup();
     return TestStepResult();