And also use a 100s timeout for show changes

Change-Id: I437d125cd1944299991d80f22fdaedd490bcb45f
This commit is contained in:
Catrope 2012-12-10 21:16:21 -08:00
parent 2e6425a16b
commit 1a195b33e1

View file

@ -380,8 +380,8 @@ ve.init.mw.Target.prototype.showChanges = function ( dom ) {
},
'dataType': 'json',
'type': 'POST',
// Wait up to 10 seconds before giving up
'timeout': 10000,
// Wait up to 100 seconds before giving up
'timeout': 100000,
'success': ve.bind( ve.init.mw.Target.onShowChanges, this ),
'error': ve.bind( ve.init.mw.Target.onShowChangesError, this )
} );