We'll want a 100s timeout, not 10s

Barack Obama takes 60s to parse, according to Gabriel

Change-Id: I1a63225c0961ca9d56dccd018d400831b1d528e9
This commit is contained in:
Catrope 2012-11-14 16:02:36 -08:00
parent 3502144106
commit 8a2781356c

View file

@ -192,8 +192,8 @@ ve.init.mw.Target.prototype.load = function () {
},
'dataType': 'json',
'type': 'POST',
// Wait up to 10 seconds before giving up
'timeout': 10000,
// Wait up to 100 seconds before giving up
'timeout': 100000,
'cache': 'false',
'success': ve.bind( ve.init.mw.Target.onLoad, this ),
'error': ve.bind( ve.init.mw.Target.onLoadError, this )