Skip to content

Commit db40f3a

Browse files
authored
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.
1 parent d84a1af commit db40f3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)