diff --git a/build/android/pylib/symbols/deobfuscator.py b/build/android/pylib/symbols/deobfuscator.py index 6fe86f408d5d89..f6f81af2f0d12a 100644 --- a/build/android/pylib/symbols/deobfuscator.py +++ b/build/android/pylib/symbols/deobfuscator.py @@ -13,7 +13,7 @@ from pylib import constants -_MINIUMUM_TIMEOUT = 3.0 +_MINIUMUM_TIMEOUT = 5.0 _PER_LINE_TIMEOUT = .002 # Should be able to process 500 lines per second. _PROCESS_START_TIMEOUT = 10.0 _MAX_RESTARTS = 10 # Should be plenty unless tool is crashing on start-up.