We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4200efe commit 9c32b44Copy full SHA for 9c32b44
1 file changed
tests/StackExchange.Redis.Tests/MovedToSameEndpointTests.cs
@@ -70,7 +70,7 @@ public async Task MovedToSameEndpoint_TriggersReconnectAndRetry_CommandSucceeds(
70
var config = new ConfigurationOptions
71
{
72
EndPoints = { listenEndpoint },
73
- ConnectTimeout = 5000,
+ ConnectTimeout = 10000,
74
SyncTimeout = 5000,
75
AsyncTimeout = 5000,
76
};
0 commit comments