r92327 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92326‎ | r92327 | r92328 >
Date:22:43, 15 July 2011
Author:krinkle
Status:ok
Tags:
Comment:
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.
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
@@ -154,7 +154,7 @@
155155 );
156156
157157 // Asynchronous ahead
158 - stop(1500);
 158+ stop(5000);
159159
160160 // Extract path
161161 var tests_path = rePath.exec( location.href );

Status & tagging log