Skip to content

Commit ae6d2e1

Browse files
authored
Update AsyncSeqTests.fs
1 parent f204cdd commit ae6d2e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ let ``Async.mergeAll should perform well``() =
12531253
[<Test>]
12541254
let ``Async.mergeAll should be fair``() =
12551255
let s1 = asyncSeq {
1256-
do! Async.Sleep 30
1256+
do! Async.Sleep 300
12571257
yield 1
12581258
}
12591259
let s2 = asyncSeq {

0 commit comments

Comments
 (0)