Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 21, 2024
1 parent 28fb62e commit 201670d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct DispatchQueueSchedulerTests {

let diff = try #require(end.value).timeIntervalSince(now) - delay
let diffAbs = abs(diff)
#expect(diffAbs < 0.5)
#expect(diffAbs < 0.6)
}
}

Expand All @@ -64,7 +64,7 @@ struct DispatchQueueSchedulerTests {
let expectedInterval = delay * Double(index + 1)
let actualInterval = time.timeIntervalSince(now)
let difference = abs(actualInterval - expectedInterval)
#expect(difference < 0.5)
#expect(difference < 0.6)
}
}
}
Expand Down

0 comments on commit 201670d

Please sign in to comment.