Index: trunk/phase3/tests/qunit/suites/resources/mediawiki/mediawiki.js |
— | — | @@ -176,7 +176,7 @@ |
177 | 177 | |
178 | 178 | // Async! Include a timeout, as failure in this test leads to neither the |
179 | 179 | // success nor failure callbacks getting called. |
180 | | - stop(1500); |
| 180 | + stop(5000); |
181 | 181 | |
182 | 182 | mw.loader.implement( 'bug29107.messages-only', [], {}, {'bug29107': 'loaded'} ); |
183 | 183 | mw.loader.using( 'bug29107.messages-only', function() { |