Skip to content

Commit

Permalink
Update src/FSharp.Control.TaskSeq.Test/TestUtils.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma authored Dec 24, 2023
1 parent 767f78b commit b33ad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq.Test/TestUtils.fs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type DummyTaskFactory(µsecMin: int64<µs>, µsecMax: int64<µs>) =
/// <summary>
/// Creates dummy tasks with a randomized delay and a mutable state,
/// to ensure we properly test whether processing is done ordered or not.
/// Uses the defaults for <paramref name="minMs" /> and <paramref name="maxMs" />
/// Uses the defaults for <paramref name="µsecMin" /> and <paramref name="µsecMax" />
/// with 10,000µs and 30,000µs respectively (or 10ms and 30ms).
/// </summary>
new() = DummyTaskFactory(10_000L<µs>, 30_000L<µs>)
Expand Down

0 comments on commit b33ad37

Please sign in to comment.