Skip to content

Commit

Permalink
try leastNormalMag
Browse files Browse the repository at this point in the history
  • Loading branch information
DangWW committed Jan 13, 2025
1 parent f16bad2 commit 6433402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LassoTestUtilities/ControllerLifecycle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ extension XCTestCase {

internal func expectMainQueueExhaustion() -> XCTestExpectation {
let exhaustion = expectation(description: "main queue exhaustion")
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1, execute: {
DispatchQueue.main.asyncAfter(deadline: .now() + .leastNormalMagnitude, execute: {
exhaustion.fulfill()
})
return exhaustion
Expand Down

0 comments on commit 6433402

Please sign in to comment.