Commit 9ab17245 authored by Wei-Yin Chen (陳威尹)'s avatar Wei-Yin Chen (陳威尹) Committed by Commit Bot

Use longer timeout for tests in CopylessPasteTest

Increasing timeout (https://codereview.chromium.org/2826253004)
lowered the failure rate. This indicates the tests are not inherently
flaky. They just run for longer.

Bug: 713172, 747073
Change-Id: I20a039776aa2aa9f70560e8d688f27ef34e6eb6a
Reviewed-on: https://chromium-review.googlesource.com/580256Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488448}
parent 990aaa39
......@@ -49,7 +49,7 @@ public class CopylessPasteTest {
public ChromeTabbedActivityTestRule mActivityTestRule = new ChromeTabbedActivityTestRule();
// The default timeout (in seconds) for a callback to wait.
public static final long WAIT_TIMEOUT_SECONDS = scaleTimeout(10);
public static final long WAIT_TIMEOUT_SECONDS = scaleTimeout(20);
// NODATA_PAGE doesn't contain desired metadata.
private static final String NODATA_PAGE = "/chrome/test/data/android/about.html";
......
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