We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb276ed commit 5f62e5aCopy full SHA for 5f62e5a
src/JsonRpc.Testing/JsonRpcTestOptions.cs
@@ -26,7 +26,7 @@ public JsonRpcTestOptions(ILoggerFactory clientLoggerFactory, ILoggerFactory ser
26
public ILoggerFactory ServerLoggerFactory { get; internal set; } = NullLoggerFactory.Instance;
27
public TimeSpan WaitTime { get; internal set; } = TimeSpan.FromMilliseconds(50);
28
public TimeSpan Timeout { get; internal set; } = TimeSpan.FromMilliseconds(500);
29
- public TimeSpan CancellationTimeout { get; internal set; } = TimeSpan.FromMinutes(5);
+ public TimeSpan CancellationTimeout { get; internal set; } = TimeSpan.FromSeconds(50);
30
public PipeOptions DefaultPipeOptions { get; internal set; } = new PipeOptions();
31
public IEnumerable<Assembly> Assemblies { get; set; } = Enumerable.Empty<Assembly>();
32
}
0 commit comments