Commit 02220104 authored by Charlie Hu's avatar Charlie Hu Committed by Commit Bot

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/+/2208011Reviewed-by: default avatarIan Clelland <iclelland@chromium.org>
Commit-Queue: Charlie Hu <chenleihu@google.com>
Cr-Commit-Position: refs/heads/master@{#771620}
parent 8e7026d2
<!DOCTYPE html> <!DOCTYPE html>
<html>
<head>
<meta name="timeout" content="long">
</head>
<body> <body>
<script src=/resources/testharness.js></script> <script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script> <script src=/resources/testharnessreport.js></script>
...@@ -59,3 +63,4 @@ ...@@ -59,3 +63,4 @@
'Test nested header policy with remote iframe on policy "fullscreen \'none\'"'); 'Test nested header policy with remote iframe on policy "fullscreen \'none\'"');
</script> </script>
</body> </body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment