Index: tools/nanobench_flags.py |
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py |
index d461b202890739cac94eaf67c2c97b78025bda88..906137247bb1dd8f21b764f2a6d2a3e901b08940 100755 |
--- a/tools/nanobench_flags.py |
+++ b/tools/nanobench_flags.py |
@@ -56,6 +56,8 @@ def get_args(bot): |
# Don't care about Valgrind performance. |
args.extend(['--loops', '1']) |
args.extend(['--samples', '1']) |
+ # Ensure that the bot framework does not think we have timed out. |
+ args.extend(['--keepAlive', 'true']) |
if 'HD2000' in bot: |
args.extend(['--GPUbenchTileW', '256']) |