mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 539726 - Increase the timeout for plugin positioning due to delays in XEmbed process compared with in-process (which only requires delaying out to the event loop), as suggested by karlt
This commit is contained in:
parent
617c58608b
commit
08d5f0c7db
@ -72,7 +72,7 @@ function runTests() {
|
||||
// or sized as expected.
|
||||
// So call runTests after the load event has finished, when painting will
|
||||
// be unsuppressed.
|
||||
addLoadEvent(function() { setTimeout(runTests, 0); });
|
||||
addLoadEvent(function() { setTimeout(runTests, 1000); });
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
]]>
|
||||
|
Loading…
Reference in New Issue
Block a user