summaryrefslogtreecommitdiffstats
path: root/mojo/edk/system/test_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/edk/system/test_utils.cc')
-rw-r--r--mojo/edk/system/test_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/edk/system/test_utils.cc b/mojo/edk/system/test_utils.cc
index 3217c00..420b084 100644
--- a/mojo/edk/system/test_utils.cc
+++ b/mojo/edk/system/test_utils.cc
@@ -42,7 +42,7 @@ base::TimeDelta EpsilonTimeout() {
// Currently, |tiny_timeout()| is usually 100 ms (possibly scaled under ASAN,
// etc.). Based on this, set it to (usually be) 30 ms on Windows and 20 ms
// elsewhere.
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_ANDROID)
return (TestTimeouts::tiny_timeout() * 3) / 10;
#else
return (TestTimeouts::tiny_timeout() * 2) / 10;