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 2b744b4 commit 760275eCopy full SHA for 760275e
src/Nerdbank.Streams.Tests/TestBase.cs
@@ -21,7 +21,7 @@ public abstract class TestBase : IDisposable
21
{
22
protected static readonly TimeSpan ExpectedTimeout = TimeSpan.FromMilliseconds(200);
23
24
- protected static readonly TimeSpan UnexpectedTimeout = Debugger.IsAttached ? Timeout.InfiniteTimeSpan : TimeSpan.FromSeconds(5);
+ protected static readonly TimeSpan UnexpectedTimeout = Debugger.IsAttached ? Timeout.InfiniteTimeSpan : TimeSpan.FromSeconds(10);
25
26
private const bool WriteTestOutputToFile = false;
27
0 commit comments