mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
bump loading dialog timeout to 10 seconds
This commit is contained in:
parent
448b0d16ea
commit
4f68809ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ internal static class ServiceManager
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Time we wait until showing the loading dialog
|
// Time we wait until showing the loading dialog
|
||||||
const int loadingDialogTimeout = 5000;
|
const int loadingDialogTimeout = 10000;
|
||||||
|
|
||||||
var aggregatedTask = Task.WhenAll(tasks);
|
var aggregatedTask = Task.WhenAll(tasks);
|
||||||
while (await Task.WhenAny(aggregatedTask, Task.Delay(loadingDialogTimeout)) != aggregatedTask)
|
while (await Task.WhenAny(aggregatedTask, Task.Delay(loadingDialogTimeout)) != aggregatedTask)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue