diff --git a/TelegramSearchBot.Test/AppBootstrap/GarnetLuaScriptIntegrationTests.cs b/TelegramSearchBot.Test/AppBootstrap/GarnetLuaScriptIntegrationTests.cs index 6ce2c710..d7541400 100644 --- a/TelegramSearchBot.Test/AppBootstrap/GarnetLuaScriptIntegrationTests.cs +++ b/TelegramSearchBot.Test/AppBootstrap/GarnetLuaScriptIntegrationTests.cs @@ -127,8 +127,8 @@ private static async Task ConnectWithRetryAsync(int port) AbortOnConnectFail = false, ConnectRetry = 1, ConnectTimeout = 500, - SyncTimeout = 2_000, - AsyncTimeout = 2_000 + SyncTimeout = 15_000, + AsyncTimeout = 15_000 }; options.EndPoints.Add(IPAddress.Loopback, port);