Commit 50abf77e authored by Kevin Ellis's avatar Kevin Ellis Committed by Commit Bot

Increase timeout for flaking interpolation tests

The updated tests run a fair number of interpolations and push the
boundary of what should be characterized as a long test. Flakes are
typically clustered and the result of variability in speed of the
testing infrastructure and not indicative of true changes in
performance.

Bug: 1093451, 1092177, 1092141
Change-Id: Ia438ae758470e3e7eb695e59e1698734e6526c97
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341804Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795956}
parent d319a596
......@@ -3,6 +3,7 @@
<title>transform interpolation</title>
<link rel="help" href="https://drafts.csswg.org/css-transforms/#transform-property">
<meta name="assert" content="transform supports animation as a transform list">
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
......
......@@ -3,7 +3,7 @@
<title>transform interpolation</title>
<link rel="help" href="https://drafts.csswg.org/css-transforms/#transform-property">
<meta name="assert" content="transform supports animation as a transform list">
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/interpolation-testcommon.js"></script>
......
......@@ -5,6 +5,7 @@
<title>translate interpolation</title>
<link rel="help" href="https://drafts.csswg.org/css-transforms-2/#propdef-translate">
<meta name="assert" content="translate supports <length> and <percentage> animation.">
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/interpolation-testcommon.js"></script>
......
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