mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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
|
try
|
||||||
{
|
{
|
||||||
var whenBlockingComplete = Task.WhenAll(blockingEarlyLoadingServices.Select(x => getAsyncTaskMap[x]));
|
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(
|
if (NativeFunctions.MessageBoxW(
|
||||||
IntPtr.Zero,
|
IntPtr.Zero,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue