Skip to content

Commit

Permalink
Increase tolerance for testEntirePlayback
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Dec 10, 2024
1 parent 9aca80f commit 7e9d712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ final class ProgressTrackerProgressTests: TestCase {
values: [0, 0.25, 0.5, 0.75, 1, 0],
from: progressTracker.changePublisher(at: \.progress)
.removeDuplicates(),
to: beClose(within: 0.1),
to: beClose(within: 0.2),
during: .seconds(2)
) {
progressTracker.player = player
Expand Down

0 comments on commit 7e9d712

Please sign in to comment.