Skip to content

Commit

Permalink
AbortOnConnectFailTests: stability improvements
Browse files Browse the repository at this point in the history
We want these fast, but 50ms allowance under load on test runners is too strict - eat some time for better stability.
  • Loading branch information
NickCraver committed Sep 10, 2023
1 parent 110008c commit fad4fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/StackExchange.Redis.Tests/AbortOnConnectFailTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private ConnectionMultiplexer GetWorkingBacklogConn() =>
{
AbortOnConnectFail = false,
BacklogPolicy = policy,
ConnectTimeout = 50,
ConnectTimeout = 500,
SyncTimeout = 400,
KeepAlive = 400,
AllowAdmin = true,
Expand Down

0 comments on commit fad4fc0

Please sign in to comment.