Skip to content

Commit

Permalink
Fix the default createDummyTaskSeq timings, it was set to 100ms-300…
Browse files Browse the repository at this point in the history
…ms, as opposed to 10ms-30ms!!!! (which explains why some tests were so slow)
  • Loading branch information
abelbraaksma committed Oct 13, 2022
1 parent 4b78f79 commit a8cf04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpy.TaskSeq.Test/TestUtils.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit a8cf04d

Please sign in to comment.