Increasing dhrystone failure threshold to 10%.

bug: 31215027
Change-Id: Id38d029a6d874c4afd9fa70df682d0b5c515cab8

Signed-off-by: Christian Bejram <cbejram@google.com>
diff --git a/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/SustainedPerformanceHostTest.java b/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/SustainedPerformanceHostTest.java
index d12f3db..7b3a30c 100644
--- a/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/SustainedPerformanceHostTest.java
+++ b/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/SustainedPerformanceHostTest.java
@@ -248,7 +248,7 @@
          * 5% error margin.
          */
         assertFalse("Results in the mode are not sustainable",
-                (dhrystoneResultsWithMode.get(2) > 5) ||
+                (dhrystoneResultsWithMode.get(2) > 10) ||
                 (appResultsWithMode.get(2)) > 5);
     }
 }