Skip to content

Commit aa16e6a

Browse files
authored
Update src/FSharp.Control.TaskSeq.Test/TestUtils.fs
1 parent 86dbc82 commit aa16e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq.Test/TestUtils.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ type DummyTaskFactory(µsecMin: int64<µs>, µsecMax: int64<µs>) =
108108
/// </summary>
109109
/// <param name="minMs">Minimum delay</param>
110110
/// <param name="maxMs">Maximum delay</param>
111-
new(minMs: int<ms>, maxMs: int<ms>) = DummyTaskFactory(int64 minMs * 1000L<µs>, int64 maxMs * 1000L<µs>)
111+
new(msecMin: int<ms>, msecMax: int<ms>) = DummyTaskFactory(int64 msecMin* 1000L<µs>, int64 msecMax* 1000L<µs>)
112112

113113

114114
/// Bunch of delayed tasks that randomly have a yielding delay of 10-30ms, therefore having overlapping execution times.

0 commit comments

Comments
 (0)