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.
1 parent c5bd0d0 commit 084f55cCopy full SHA for 084f55c
tests/IcedTasks.Tests/Expect.fs
@@ -156,8 +156,10 @@ type ManualTimeProviderExtensions =
156
do! Task.Yield()
157
this.Advance(time)
158
//https://github.com/dotnet/runtime/issues/85326
159
- // I'm not sure why we have to do this many yields, but sometimes the timer doesn't fire and the test run forever.
+ // I'm not sure why we have to do this many yields or delays, but sometimes the timer doesn't fire and the test run forever.
160
// I've spent way too much time on this already.
161
+ do! Task.Delay(150)
162
+
163
do!
164
Task.yieldMany (
165
Int32.MaxValue
0 commit comments