Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 493aa70

Browse files
cdumezmoz-wptsync-bot
authored andcommitted
Bug 1728915 [wpt PR 30318] - html/cross-origin-opener-policy/coop-csp-sandbox-navigate.https.html …, a=testonly
Automatic update from web-platform-tests html/cross-origin-opener-policy/coop-csp-sandbox-navigate.https.html is flaky (#30318) Increase the timeout inside the test from 1.5 seconds to 10 seconds as this is causing flakiness on some of the WebKit bots. -- wpt-commits: db40f3ae555ed8c0c06157d057feaedb1bcc8239 wpt-pr: 30318
1 parent f320bca commit 493aa70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/web-platform/tests/html/cross-origin-opener-policy/coop-csp-sandbox-navigate.https.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!doctype html>
22
<title>CSP sandbox popup navigate to Cross-Origin-Opener-Policy document should work</title>
3+
<meta name="timeout" content="long">
34
<script src=/resources/testharness.js></script>
45
<script src=/resources/testharnessreport.js></script>
56
<script src="/common/utils.js"></script> <!-- Use token() to allow running tests in parallel -->
@@ -32,7 +33,7 @@
3233
addEventListener('load', t.step_func(() => {
3334
t.step_timeout(() => {
3435
assert_unreached('Navigation from CSP sandbox to COOP document failed')
35-
}, 1500);
36+
}, 10000);
3637
}));
3738
}, `CSP: sandbox ${sandboxValue}; ${document.title}`);
3839
});

0 commit comments

Comments
 (0)