mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1055011 - Reduce error timeout. r=jryans
This commit is contained in:
parent
0ab74ee6dd
commit
dbc58c1d7b
@ -227,7 +227,7 @@ let UI = {
|
||||
this._busyTimeout = setTimeout(() => {
|
||||
this.unbusy();
|
||||
UI.reportError("error_operationTimeout", this._busyOperationDescription);
|
||||
}, 30000);
|
||||
}, 6000);
|
||||
},
|
||||
|
||||
cancelBusyTimeout: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user