Commit 34cb17eb authored by Jamie Madill's avatar Jamie Madill Committed by Commit Bot

Set a batch limit of 1 in angle_perftests.

This should hopefully reduce flakiness and unexpected timeouts.

Bug: chromium:1136900
Change-Id: I279ee5f823f32d3ab91021f6fb50203f99982aa7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2479565Reviewed-by: default avatarWenbin Zhang <wenbinzhang@google.com>
Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818066}
parent 320837f5
......@@ -233,6 +233,7 @@ def _angle_perftests(estimated_runtime=1988):
flags=[
'--test-launcher-retry-limit=0',
'--test-launcher-jobs=1',
'--test-launcher-batch-limit=1',
],
estimated_runtime=estimated_runtime)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment