Bug 1639209 [wpt PR 23688] - Fix flaky test feature-policy-nested-header-policy-allowed-for-all.https.sub.html, a=testonly

Automatic update from web-platform-tests
Fix flaky test feature-policy-nested-header-policy-allowed-for-all.https.sub.html

All flaky instances are timeouts because the test procedure is too long.
Fix the test by granting more time.

Bug: 1082081
Change-Id: I785c368dd552c8fbbdd9df742879aa3b2b3675bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208011
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Commit-Queue: Charlie Hu <chenleihu@google.com>
Cr-Commit-Position: refs/heads/master@{#771620}

--

wpt-commits: 7e024a21d3272c18ed4b45cbfdbe03a9f147eb9a
wpt-pr: 23688
This commit is contained in:
Charlie Hu 2020-05-26 11:28:32 +00:00 committed by moz-wptsync-bot
parent c48d573613
commit 2494fd61e7

View File

@ -1,4 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta name="timeout" content="long">
</head>
<body>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
@ -59,3 +63,4 @@
'Test nested header policy with remote iframe on policy "fullscreen \'none\'"');
</script>
</body>
</html>