Increasing timeout duration. Some TestSwarm participants appear to have slower virtua...
authorKrinkle <krinkle@users.mediawiki.org>
Fri, 15 Jul 2011 22:43:32 +0000 (22:43 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Fri, 15 Jul 2011 22:43:32 +0000 (22:43 +0000)
tests/qunit/suites/resources/mediawiki/mediawiki.js

index 3ebd9ca..15b8377 100644 (file)
@@ -154,7 +154,7 @@ test( 'mw.loader', function() {
                );
 
        // Asynchronous ahead
-       stop(1500);
+       stop(5000);
 
        // Extract path
        var tests_path = rePath.exec( location.href );