Skip to content

Commit a8cf04d

Browse files
committed
Fix the default createDummyTaskSeq timings, it was set to 100ms-300ms, as opposed to 10ms-30ms!!!! (which explains why some tests were so slow)
1 parent 4b78f79 commit a8cf04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpy.TaskSeq.Test/TestUtils.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ module TestUtils =
162162
}
163163

164164
/// 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>
165+
let createDummyTaskSeq = createDummyTaskSeqWith 10_000L<µs> 30_000L<µs>

0 commit comments

Comments
 (0)