Skip to content

Commit

Permalink
Add timeout extension to notify-event-iframe.https.html
Browse files Browse the repository at this point in the history
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 <[email protected]>
Commit-Queue: Andrew Verge <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1280168}
  • Loading branch information
VergeA authored and chromium-wpt-export-bot committed Mar 29, 2024
1 parent c056735 commit 89a96e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fenced-frame/notify-event-iframe.https.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 89a96e5

Please sign in to comment.