Skip to content

Commit 760275e

Browse files
committed
Extend UnexpectedTimeout for tests
1 parent 2b744b4 commit 760275e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nerdbank.Streams.Tests/TestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public abstract class TestBase : IDisposable
2121
{
2222
protected static readonly TimeSpan ExpectedTimeout = TimeSpan.FromMilliseconds(200);
2323

24-
protected static readonly TimeSpan UnexpectedTimeout = Debugger.IsAttached ? Timeout.InfiniteTimeSpan : TimeSpan.FromSeconds(5);
24+
protected static readonly TimeSpan UnexpectedTimeout = Debugger.IsAttached ? Timeout.InfiniteTimeSpan : TimeSpan.FromSeconds(10);
2525

2626
private const bool WriteTestOutputToFile = false;
2727

0 commit comments

Comments
 (0)