Bug 1632031 [wpt PR 23161] - SignedExchange: Extend timeout of two tests, a=testonly

Automatic update from web-platform-tests
SignedExchange: Extend timeout of two tests

This extends timeout of two WPTs that are flakily timing out on bots:
- sxg-reporting-navigation-parse_error.tentative.html
- sxg-referrer-remote-physical-remote-logical.tentative.https.html

Bug: 1067502,1067264
Change-Id: I94a5fdaa0f4e8cf810438c8fba370300d4f72195
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159386
Reviewed-by: Tsuyoshi Horo <horo@chromium.org>
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761303}

--

wpt-commits: c4d9e7b35b0b011c4f7fc15d618261500efa8c8d
wpt-pr: 23161
This commit is contained in:
Kunihiko Sakamoto 2020-04-28 11:36:06 +00:00 коммит произвёл moz-wptsync-bot
Родитель 0f3e60dcf6
Коммит 417f182200
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>SXG reporting test of sxg.parse_error for navigation</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></script>

Просмотреть файл

@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>Referrer of SignedHTTPExchange(physical:remote origin, logical:remote origin)</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></script>