We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createDummyTaskSeq
1 parent 4b78f79 commit a8cf04dCopy full SHA for a8cf04d
src/FSharpy.TaskSeq.Test/TestUtils.fs
@@ -162,4 +162,4 @@ module TestUtils =
162
}
163
164
/// Create a bunch of dummy tasks, each lasting between 10-30ms with spin-wait delays.
165
- let createDummyTaskSeq = createDummyTaskSeqWith 10_0000L<µs> 30_0000L<µs>
+ let createDummyTaskSeq = createDummyTaskSeqWith 10_000L<µs> 30_000L<µs>
0 commit comments