mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: bump up timeout to 120 seconds for now
This commit is contained in:
parent
334a3076ac
commit
d52118b3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ internal static class ServiceManager
|
|||
try
|
||||
{
|
||||
var whenBlockingComplete = Task.WhenAll(blockingEarlyLoadingServices.Select(x => getAsyncTaskMap[x]));
|
||||
while (await Task.WhenAny(whenBlockingComplete, Task.Delay(30000)) != whenBlockingComplete)
|
||||
while (await Task.WhenAny(whenBlockingComplete, Task.Delay(120000)) != whenBlockingComplete)
|
||||
{
|
||||
if (NativeFunctions.MessageBoxW(
|
||||
IntPtr.Zero,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue