Skip to content

Commit 444cf7c

Browse files
authored
Increase timeout for background scheduler test (#471)
1 parent 694d043 commit 444cf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitFaster.Caching.UnitTests/Scheduler/BackgroundSchedulerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public async Task WhenDisposedRunsToCompletion()
8787

8888
var completion = scheduler.Completion;
8989

90-
if (await Task.WhenAny(completion, Task.Delay(TimeSpan.FromSeconds(5))) != completion)
90+
if (await Task.WhenAny(completion, Task.Delay(TimeSpan.FromSeconds(60))) != completion)
9191
{
9292
throw new Exception("Failed to stop");
9393
}

0 commit comments

Comments
 (0)