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 d3f5357 commit aeeaa50Copy full SHA for aeeaa50
src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Control/AsyncType.fs
@@ -163,7 +163,7 @@ type AsyncType() =
163
Assert.IsTrue (t.IsCompleted)
164
Assert.AreEqual(s, t.Result)
165
166
- [<Test>]
+ [<Test; Timeout(2000)>]
167
member this.RunSynchronouslyCancellationWithDelayedResult () =
168
let cts = new CancellationTokenSource()
169
let tcs = TaskCompletionSource<int>()
0 commit comments