diff --git a/src/FSharpy.TaskSeq.Test/TestUtils.fs b/src/FSharpy.TaskSeq.Test/TestUtils.fs index 47cc08d4..4eef93d7 100644 --- a/src/FSharpy.TaskSeq.Test/TestUtils.fs +++ b/src/FSharpy.TaskSeq.Test/TestUtils.fs @@ -162,4 +162,4 @@ module TestUtils = } /// Create a bunch of dummy tasks, each lasting between 10-30ms with spin-wait delays. - let createDummyTaskSeq = createDummyTaskSeqWith 10_0000L<µs> 30_0000L<µs> + let createDummyTaskSeq = createDummyTaskSeqWith 10_000L<µs> 30_000L<µs>