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 36cd33729dca0ccdefa2c18cf5c52cb58fff5e20..cbcacd8cff583838252e52754229c37395564090 100644 |
--- a/build/android/pylib/perf/test_runner.py |
+++ b/build/android/pylib/perf/test_runner.py |
@@ -83,7 +83,7 @@ def PrintTestOutput(test_name): |
class _HeartBeatLogger(object): |
# How often to print the heartbeat on flush(). |
- _PRINT_INTERVAL = 600 |
+ _PRINT_INTERVAL = 30.0 |
def __init__(self): |
"""A file-like class for keeping the buildbot alive.""" |