Skip to content

Commit 06b731d

Browse files
committed
Match Dispatch Queue priority and QoS in the recursive completion test case.
1 parent 2bbebc0 commit 06b731d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ReactiveSwiftTests/PropertySpec.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class PropertySpec: QuickSpec {
270270
let queue: DispatchQueue
271271

272272
if #available(macOS 10.10, *) {
273-
queue = DispatchQueue.global(qos: .userInitiated)
273+
queue = DispatchQueue.global(qos: .userInteractive)
274274
} else {
275275
queue = DispatchQueue.global(priority: .high)
276276
}

0 commit comments

Comments
 (0)