Skip to content

Commit

Permalink
Bug 1612912 [wpt PR 21550] - COEP: increase timeouts to reduce interm…
Browse files Browse the repository at this point in the history
…ittents, a=testonly

Automatic update from web-platform-tests
COEP: increase timeouts to reduce intermittents

--

wpt-commits: f885d339179cb60320af1aa8da440429af182b6e
wpt-pr: 21550

UltraBlame original commit: a3f7ee09fe94cd557601d91b3afc910ad9ef224a
  • Loading branch information
marco-c committed Feb 12, 2020
1 parent 8f92e90 commit a7c4466
Showing 1 changed file with 2 additions and 2 deletions.
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 a7c4466

Please sign in to comment.