Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Sep 7, 2022
1 parent 9e42b4b commit 1197396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CombineSchedulers/TestScheduler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
> where Scheduler: Combine.Scheduler

extension Task where Success == Failure, Failure == Never {
static func megaYield(count: Int = 3) async {
static func megaYield(count: Int = 6) async {
for _ in 1...count {
await Task<Void, Never>.detached(priority: .low) { await Task.yield() }.value
}
Expand Down

0 comments on commit 1197396

Please sign in to comment.