Index: build/android/test_package.py |
diff --git a/build/android/test_package.py b/build/android/test_package.py |
index b460c91ad1f9cfdd2cb111d749da4a732f3d6b2d..2d07de496e73bc880caec46ceb56434af244cd44 100644 |
--- a/build/android/test_package.py |
+++ b/build/android/test_package.py |
@@ -172,7 +172,7 @@ class TestPackage(object): |
p.before)] |
if found >= 3: |
# The test bailed out (i.e., didn't print OK or FAIL). |
- if found == 3: # pexpect.TIMEOUT |
+ if found == 4: # pexpect.TIMEOUT |
logging.error('Test terminated after %d second timeout.', |
self.timeout) |
timed_out = True |