Skip to content

Commit bbb97d6

Browse files
author
Gabriel Erzse
committed
Increase multiplexer timeout in tests
Some tests (for the Gears module) seem flaky, they fails sometime with RedisTimeoutException. Try to double the timeout in the connection multiplexer, from 5 to 10 seconds, hopefully this helps.
1 parent 5bbf60f commit bbb97d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/NRedisStack.Tests/RedisFixture.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ public RedisFixture()
3232

3333
ConfigurationOptions clusterConfig = new ConfigurationOptions
3434
{
35+
SyncTimeout = 10000,
36+
AsyncTimeout = 10000,
3537
EndPoints = endpoints
3638
};
3739

0 commit comments

Comments
 (0)