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 @@
155
155
);
156
156
157
157
// Asynchronous ahead
158
- stop(1500);
158
+ stop(5000);
159
159
160
160
// Extract path
161
161
var tests_path = rePath.exec( location.href );
Status & tagging log
13:12, 16 July 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r92327
[
removed:
new
added:
ok]