Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 07e68c4

Browse files
author
Saurabh Singh
committed
Adding threshold to the printed message
1 parent f00bf85 commit 07e68c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Data.SqlClient/tests/FunctionalTests/SqlConnectionBasicTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void ConnectionTimeoutTestWithThread()
108108

109109
int threshold = (timeoutSec + 1) * 1000;
110110

111-
Console.WriteLine($"Elapsed Time in ConnectionTimeoutTestWithThread {theMax}");
111+
Console.WriteLine($"ConnectionTimeoutTestWithThread: Elapsed Time {theMax} and threshold {threshold}");
112112
}
113113

114114
public class ConnectionWorker

0 commit comments

Comments
 (0)