We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b010c commit 3cfb3d8Copy full SHA for 3cfb3d8
projects/client/Unit/src/unit/TestHeartbeats.cs
@@ -95,7 +95,7 @@ public void TestThatHeartbeatWriterWithTLSEnabled()
95
RunSingleConnectionTest(cf);
96
}
97
98
- [Test, Category("LongRunning"), Timeout(65000)]
+ [Test, Category("LongRunning"), Timeout(90000)]
99
public void TestHundredsOfConnectionsWithRandomHeartbeatInterval()
100
{
101
var rnd = new Random();
0 commit comments