Index: build/android/pylib/perf/test_runner.py |
diff --git a/build/android/pylib/perf/test_runner.py b/build/android/pylib/perf/test_runner.py |
index b633ba5b827aeef2620cd538363fcb8d0000c535..222d7816ca940db4703896e08a4530e9ed60a3bc 100644 |
--- a/build/android/pylib/perf/test_runner.py |
+++ b/build/android/pylib/perf/test_runner.py |
@@ -285,7 +285,7 @@ class TestRunner(base_test_runner.BaseTestRunner): |
logging.info('%s : %s', test_name, cmd) |
start_time = time.time() |
- timeout = self._tests['steps'][test_name].get('timeout', 5400) |
+ timeout = self._tests['steps'][test_name].get('timeout', 3600) |
if self._options.no_timeout: |
timeout = None |
logging.info('Timeout for %s test: %s', test_name, timeout) |