Commit 9a583fa4 authored by Antonio Sartori's avatar Antonio Sartori Committed by Commit Bot

Increase timeout of Content-Security-Policy WP test

The WP test
content-security-policy/embedded-enforcement/required_csp-header-crlf.html
has been marked as flaky lately on Mac because it was incurring in the
timeout (see https://crbug.com/1091896). Since the test opens and
navigates several iframes, this is understandable, so let's increase
the timeout.

Bug: 1091896
Change-Id: Ibdc05589eed0188a4782f45693963aa15cfb671a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435347Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811199}
parent a49e7ad6
<!DOCTYPE html>
<html>
<head>
<title>Embedded Enforcement: Sec-Required-CSP header.</title>
<title>Embedded Enforcement: Sec-Required-CSP header.</title>
<!--
This test is creating and navigating several iframes. This can exceed the
"short" timeout". See https://crbug.com/1091896
-->
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="support/testharness-helper.sub.js"></script>
......
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