Bug 1055011 - Reduce error timeout. r=jryans

This commit is contained in:
Jennifer Fong 2014-09-19 15:11:00 +02:00
parent 0ab74ee6dd
commit dbc58c1d7b

View File

@ -227,7 +227,7 @@ let UI = {
this._busyTimeout = setTimeout(() => {
this.unbusy();
UI.reportError("error_operationTimeout", this._busyOperationDescription);
}, 30000);
}, 6000);
},
cancelBusyTimeout: function() {