Change the ttff threshold to 10 sec

according to CDD 
https://source.android.com/compatibility/android-cdd#7_3_sensors

Bug: 62376744
Fixes: 62376744

Test: make CtsVerifier -j 32
run the cts verifier on the watch

Change-Id: I3250896d018f9caaa61dcbd5bf6ed3cc99c2bc50
diff --git a/tests/tests/location/src/android/location/cts/GnssTtffTests.java b/tests/tests/location/src/android/location/cts/GnssTtffTests.java
index 8b2b62b..335de07 100644
--- a/tests/tests/location/src/android/location/cts/GnssTtffTests.java
+++ b/tests/tests/location/src/android/location/cts/GnssTtffTests.java
@@ -21,7 +21,7 @@
   private static final int AIDING_DATA_RESET_DELAY_SECS = 10;
   // Threshold values
   private static final int TTFF_HOT_TH_SECS = 5;
-  private static final int TTFF_WITH_WIFI_CELLUAR_WARM_TH_SECS = 7;
+  private static final int TTFF_WITH_WIFI_CELLUAR_WARM_TH_SECS = 10;
   // The worst case we saw in the Nexus 6p device is 15sec,
   // adding 20% margin to the threshold
   private static final int TTFF_WITH_WIFI_ONLY_WARM_TH_SECS = 18;