Skip to content

Commit

Permalink
Deflake header-refresh.optional.sub.html
Browse files Browse the repository at this point in the history
The web_test
external/wpt/fetch/metadata/generated/header-refresh.optional.sub.html
is flaky due to occasionally timing out. Mark it as having a long
timeout. This needs to be done in the template, as it is a generated
file.

BUG=1327869

Change-Id: Iba873dff01cb427f34b64368b7b622c80bcb01e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3676659
Auto-Submit: Adam Rice <[email protected]>
Reviewed-by: Yutaka Hirano <[email protected]>
Commit-Queue: Adam Rice <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1009410}
  • Loading branch information
ricea authored and chromium-wpt-export-bot committed Jun 1, 2022
1 parent 71cf6a4 commit bed7afe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
-->
<html lang="en">
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>HTTP headers on request for HTTP "Refresh" header</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down
1 change: 1 addition & 0 deletions fetch/metadata/generated/header-refresh.optional.sub.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
-->
<html lang="en">
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>HTTP headers on request for HTTP "Refresh" header</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
-->
<html lang="en">
<meta charset="utf-8">
{%- if subtests|length > 10 %}
<meta name="timeout" content="long">
{%- endif %}
<title>HTTP headers on request for HTTP "Refresh" header</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down

0 comments on commit bed7afe

Please sign in to comment.