Skip to content

Commit

Permalink
Is this method available?
Browse files Browse the repository at this point in the history
  • Loading branch information
PimCoumans committed Apr 17, 2024
1 parent 90121e2 commit bde9a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AnimationPlannerTests/StoppingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StoppingTests: AnimationPlannerTests {
runAnimationBuilderTest(duration: stopDelay, expectFinished: false) { usedDuration, usedPrecision in
runningSequence
}
wait(for: [expectation])
wait(for: [expectation], timeout: duration + durationPrecision)
}

func testBasicStopping() {
Expand Down

0 comments on commit bde9a42

Please sign in to comment.