fsprojects / FSharp.Control.AsyncSeq

Asynchronous sequences for F#
https://fsprojects.github.io/FSharp.Control.AsyncSeq/
Other
161 stars 59 forks source link

More tests on takeUntilSignal and skipUntilSignal #30

Closed xkrt closed 8 years ago

xkrt commented 9 years ago

Only edge cases was tested

dsyme commented 9 years ago

Great - is the failing test uncovering a bug, or is it just timing on the cloud VMs?

xkrt commented 9 years ago

@dsyme looks like just timing on AppVeyor. Not sure: increase sleeps or insert some synchronization code.

dsyme commented 9 years ago

Just increase the sleeps I think

eulerfx commented 8 years ago

Looks like the AppVeyor build failed last time. Did increasing the timeouts do the trick?