Bug 1903094 [wpt PR 46789] - Increase timeout on callback-cross-realm-report-exception.html, a=testonly
Automatic update from web-platform-tests Increase timeout on callback-cross-realm-report-exception.html The intersection-observer variant of this test would occasionally flake on slow bots. A potential reason is that the timeout is too low. This patch speculatively updates the test to use 100ms, matching the timeout used by animation-frames/callback-cross-realm-report-exception.html. Bug: 41494443 Change-Id: I335637db83d9d85b714b8a90b803054152b9f9dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5634864 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1315898} -- wpt-commits: 3b9fe8164aeff35cb3f51ed1ed7374e0c32d1aa8 wpt-pr: 46789
This commit is contained in:
committed by
moz-wptsync-bot
parent
95d3637925
commit
4c9305e5be
@@ -24,7 +24,7 @@ async_test(t => {
|
||||
t.step_timeout(() => {
|
||||
assert_array_equals(onerrorCalls, ["frame1"]);
|
||||
t.done();
|
||||
}, 25);
|
||||
}, 100);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user