Skip to content

Commit 69d5190

Browse files
committed
Removed unused parameter.
1 parent 35f98d1 commit 69d5190

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/MongoDB.Driver.TestHelpers/Core/CoreTestConfiguration.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ public static class CoreTestConfiguration
5151
private static Lazy<string> __storageEngine = new Lazy<string>(GetStorageEngine, isThreadSafe: true);
5252
private static TraceSource __traceSource;
5353

54-
public static TimeSpan DefaultTestTimeout { get; } = TimeSpan.FromMinutes(3);
55-
5654
// static properties
5755
internal static IClusterInternal Cluster
5856
{

0 commit comments

Comments
 (0)