Bug 1637986 [wpt PR 23602] - Preload: Add "timeout long" to preload WPTs, a=testonly

Automatic update from web-platform-tests
Preload: Add "timeout long" to preload WPTs

These tests occasionally time out on some platforms. I suspect these are
just slow.

Bug: 1051858, 1073346
Change-Id: I8ca11ceba3e71097138ad146ff359346f06eaa81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2201798
Auto-Submit: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Dominic Farolino <dom@chromium.org>
Reviewed-by: Dominic Farolino <dom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#769300}

--

wpt-commits: 9497c1dbeed283f8648a5bed0f568333b75a34f5
wpt-pr: 23602
This commit is contained in:
Hiroki Nakagawa 2020-05-21 10:22:26 +00:00 коммит произвёл moz-wptsync-bot
Родитель 4880917b27
Коммит 583db30c4c
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<title>Makes sure that preloaded resources trigger the onerror event</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/preload/resources/preload_helper.js"></script>

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

@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>Makes sure that preloaded resources trigger the onload event</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/preload/resources/preload_helper.js"></script>