Skip to content

Commit 1a88956

Browse files
committed
Try to fix test.
1 parent c7e36aa commit 1a88956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TaskExecutor.Tests/TaskExecutorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public async Task EnqueueTask_ShouldExecuteTasksConcurrently()
2020
});
2121
}
2222

23-
await Task.Delay(100); // Allow time for tasks to start
23+
await Task.Delay(500); // Allow time for tasks to start
2424

2525
while (executor.HasRunningTasks)
2626
{

0 commit comments

Comments
 (0)