Skip to content

Commit 9c32b44

Browse files
committed
Increase timeout
1 parent 4200efe commit 9c32b44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/StackExchange.Redis.Tests/MovedToSameEndpointTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public async Task MovedToSameEndpoint_TriggersReconnectAndRetry_CommandSucceeds(
7070
var config = new ConfigurationOptions
7171
{
7272
EndPoints = { listenEndpoint },
73-
ConnectTimeout = 5000,
73+
ConnectTimeout = 10000,
7474
SyncTimeout = 5000,
7575
AsyncTimeout = 5000,
7676
};

0 commit comments

Comments
 (0)