Skip to content

Commit 011d8bb

Browse files
stephencelismluisbrown
authored andcommitted
Another flakey test fix (#1194)
1 parent 01dd04d commit 011d8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Debugging/ReducerDebugging.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@ public struct DebugEnvironment {
165165

166166
private let _queue = DispatchQueue(
167167
label: "co.pointfree.ComposableArchitecture.DebugEnvironment",
168-
qos: .background
168+
qos: .default
169169
)

0 commit comments

Comments
 (0)