Skip to content

Commit

Permalink
Allow input-events-get-target-ranges-*.tentative.html to run longer…
Browse files Browse the repository at this point in the history
… because they test a lot of cases

Since a lot of cases are tested in the tests, they may time out when the
environment is a little bit busy.  For now, we should allow them to run
longer.  But adding new tests may cause timing out again.  If so, we need to
split them at runtime.

Differential Revision: https://phabricator.services.mozilla.com/D89992

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1663968
gecko-commit: 0af5022912bf7da3af7275768d2500b5062d3bd5
gecko-reviewers: smaug
  • Loading branch information
masayuki-nakano authored and moz-wptsync-bot committed Sep 12, 2020
1 parent 6877216 commit 7bdb28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>InputEvent.getTargetRanges() at Backspace</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>InputEvent.getTargetRanges() at Delete (forward delete)</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down

0 comments on commit 7bdb28b

Please sign in to comment.