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 c7e36aa commit 1a88956Copy full SHA for 1a88956
TaskExecutor.Tests/TaskExecutorTests.cs
@@ -20,7 +20,7 @@ public async Task EnqueueTask_ShouldExecuteTasksConcurrently()
20
});
21
}
22
23
- await Task.Delay(100); // Allow time for tasks to start
+ await Task.Delay(500); // Allow time for tasks to start
24
25
while (executor.HasRunningTasks)
26
{
0 commit comments