Bug 1888515 [wpt PR 45412] - Add timeout extension to notify-event-iframe.https.html, a=testonly

Automatic update from web-platform-tests
Add timeout extension to notify-event-iframe.https.html

This test appears to be timing out often on buildbots. I think
it just needs a timeout extension, given that there are multiple
test cases in one file. If there's still significant flakes after
a day or two, I'll take a closer look at the test behavior and
see if there's anything else that I can fix.

Bug: 331799346
Change-Id: Ifc90a5aec61f84b623b6a2f1edf7c881e5a56ad2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5405801
Reviewed-by: Garrett Tanzer <gtanzer@chromium.org>
Commit-Queue: Andrew Verge <averge@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1280168}

--

wpt-commits: 89a96e5a6190758bb077bb88c31e1b6601a7b741
wpt-pr: 45412
This commit is contained in:
Andrew Verge 2024-04-08 17:02:54 +00:00 коммит произвёл moz-wptsync-bot
Родитель 64550e08b5
Коммит 94e55fd44d
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1,4 +1,5 @@
<!DOCTYPE html>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>