Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index 621dd0869e3500588630c6f3a5ff7ae730d06541..0b3602500828649c97dcb81ea25f16f4aefd7989 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -116,7 +116,7 @@ def RunBrowserTestSuite(options): |
Args: |
options: options object. |
""" |
- args = ['--verbose'] |
+ args = ['--verbose', '--num_retries=1'] |
if options.target == 'Release': |
args.append('--release') |
if options.asan: |