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 694d043 commit 444cf7cCopy full SHA for 444cf7c
BitFaster.Caching.UnitTests/Scheduler/BackgroundSchedulerTests.cs
@@ -87,7 +87,7 @@ public async Task WhenDisposedRunsToCompletion()
87
88
var completion = scheduler.Completion;
89
90
- if (await Task.WhenAny(completion, Task.Delay(TimeSpan.FromSeconds(5))) != completion)
+ if (await Task.WhenAny(completion, Task.Delay(TimeSpan.FromSeconds(60))) != completion)
91
{
92
throw new Exception("Failed to stop");
93
}
0 commit comments