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 c9c1f37 commit d29bfbeCopy full SHA for d29bfbe
test/Microsoft.VisualStudio.Threading.Tests/TestBase.cs
@@ -20,7 +20,7 @@ public abstract class TestBase
20
/// The maximum length of time to wait for something that we expect will happen
21
/// within the timeout.
22
/// </summary>
23
- protected static readonly TimeSpan UnexpectedTimeout = Debugger.IsAttached ? Timeout.InfiniteTimeSpan : TimeSpan.FromSeconds(10);
+ protected static readonly TimeSpan UnexpectedTimeout = Debugger.IsAttached ? Timeout.InfiniteTimeSpan : TimeSpan.FromSeconds(15);
24
25
/// <summary>
26
/// The maximum length of time to wait for something that we do not expect will happen
0 commit comments