r90076 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90075‎ | r90076 | r90077 >
Date:20:02, 14 June 2011
Author:krinkle
Status:ok
Tags:
Comment:
Increasing time-out (testswarm reports false positives from swarmiers with a slower connection). Follow-up r89247
Modified paths:
  • /trunk/phase3/tests/qunit/suites/resources/mediawiki/mediawiki.js (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89247Follow-up to r89243 to fix the async qunit test...brion01:24, 1 June 2011

Status & tagging log