Commit 021bb222 authored by Yaron Friedman's avatar Yaron Friedman Committed by Chromium LUCI CQ

Reduce iterations of testTabSwitcherStability from 200 to 50.

According to flakiness dashboard this is our slowest test and generally taking at least 45seconds and sometimes up to 4 minutes.

Change-Id: Ie4d0f17eced89adebe1ffe1dff17db74395776a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2635075Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: Yaron Friedman <yfriedman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844968}
parent 04f000d5
......@@ -874,7 +874,7 @@ public class TabsTest {
// This is about as fast as you can ever click.
final long fastestUserInput = 20; // ms
for (int i = 0; i < 200; i++) {
for (int i = 0; i < 50; i++) {
// Show overview
InstrumentationRegistry.getInstrumentation().runOnMainSync(
new ClickOptionButtonOnMainThread());
......
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