Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a941521

Browse files
committed
Further cleanup of TaskAPMTest.cs
Lowered the spin duration of the tasks significantly
1 parent d8a6392 commit a941521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/System.Threading.Tasks/tests/Task/TaskAPMTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public sealed class TaskAPMTests : IDisposable
3838
private const int IntInput = 1000;
3939

4040
/// <summary>
41-
/// The constant that defines the amount time to spinwait (to simulate work) in the LongTask class
41+
/// The constant that defines the number of milliseconds to spinwait (to simulate work) in the LongTask class
4242
/// </summary>
43-
private const int LongTaskMilliseconds = 1000;
43+
private const int LongTaskMilliseconds = 100;
4444

4545
[Theory]
4646
[OuterLoop]

0 commit comments

Comments
 (0)