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 35f98d1 commit 69d5190Copy full SHA for 69d5190
tests/MongoDB.Driver.TestHelpers/Core/CoreTestConfiguration.cs
@@ -51,8 +51,6 @@ public static class CoreTestConfiguration
51
private static Lazy<string> __storageEngine = new Lazy<string>(GetStorageEngine, isThreadSafe: true);
52
private static TraceSource __traceSource;
53
54
- public static TimeSpan DefaultTestTimeout { get; } = TimeSpan.FromMinutes(3);
55
-
56
// static properties
57
internal static IClusterInternal Cluster
58
{
0 commit comments