From: Krinkle Date: Fri, 15 Jul 2011 22:43:32 +0000 (+0000) Subject: Increasing timeout duration. Some TestSwarm participants appear to have slower virtua... X-Git-Tag: 1.31.0-rc.0~28805 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=a75e4cd1f3787ed0a9246038b4231924a57fa167;p=lhc%2Fweb%2Fwiklou.git Increasing timeout duration. Some TestSwarm participants appear to have slower virtual machines and/or may have network slowness. 1.5 second was a bit too short anyway. This will reduce false positives. --- diff --git a/tests/qunit/suites/resources/mediawiki/mediawiki.js b/tests/qunit/suites/resources/mediawiki/mediawiki.js index 3ebd9ca1d5..15b8377d05 100644 --- a/tests/qunit/suites/resources/mediawiki/mediawiki.js +++ b/tests/qunit/suites/resources/mediawiki/mediawiki.js @@ -154,7 +154,7 @@ test( 'mw.loader', function() { ); // Asynchronous ahead - stop(1500); + stop(5000); // Extract path var tests_path = rePath.exec( location.href );