Skip to content

Commit 3cfb3d8

Browse files
Bump timeout for this test
1 parent 88b010c commit 3cfb3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestHeartbeats.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void TestThatHeartbeatWriterWithTLSEnabled()
9595
RunSingleConnectionTest(cf);
9696
}
9797

98-
[Test, Category("LongRunning"), Timeout(65000)]
98+
[Test, Category("LongRunning"), Timeout(90000)]
9999
public void TestHundredsOfConnectionsWithRandomHeartbeatInterval()
100100
{
101101
var rnd = new Random();

0 commit comments

Comments
 (0)