mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1257750 - double test setTimeout once more to eliminate more orange, rs=implied-by-jaws
MozReview-Commit-ID: Gl3BvgIjaVU
This commit is contained in:
parent
779fe0a0a8
commit
4dafca3513
@ -100,7 +100,7 @@ function* do_test(test) {
|
||||
EventUtils.synthesizeNativeMouseMove(tab.linkedBrowser, 50, 5, resolve);
|
||||
});
|
||||
info("Waiting");
|
||||
yield new Promise(resolve => setTimeout(resolve, 200));
|
||||
yield new Promise(resolve => setTimeout(resolve, 400));
|
||||
info("Second mouse move");
|
||||
yield new Promise(resolve => {
|
||||
EventUtils.synthesizeNativeMouseMove(tab.linkedBrowser, 70, 5, resolve);
|
||||
|
Loading…
Reference in New Issue
Block a user