Skip to content

Commit

Permalink
COEP: increase timeouts to reduce intermittents
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Feb 4, 2020
1 parent aede77a commit f885d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/cross-origin-embedder-policy/require-corp.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// reliable event.
assert_equals(frame.contentDocument, null);
t.done();
}, 500);
}, 2000);
frame.src = "/common/blank.html";
document.body.append(frame);
assert_equals(frame.contentDocument.body.localName, "body");
Expand Down Expand Up @@ -148,7 +148,7 @@
// and have a reliable event.
assert_equals(frame.contentDocument, null);
t.done();
}, 500);
}, 2000);
frame.src = "/common/blank.html";
document.body.append(frame);
assert_equals(frame.contentDocument.body.localName, "body");
Expand Down

0 comments on commit f885d33

Please sign in to comment.