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:
Benjamin Smedberg 2010-01-19 15:25:18 -05:00
parent 617c58608b
commit 08d5f0c7db

View File

@ -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();
]]>