From bde9a4253b7003c2e41229cd2dae8df8a4009bdb Mon Sep 17 00:00:00 2001 From: Pim Date: Wed, 17 Apr 2024 16:24:42 +0200 Subject: [PATCH] Is this method available? --- Tests/AnimationPlannerTests/StoppingTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/AnimationPlannerTests/StoppingTests.swift b/Tests/AnimationPlannerTests/StoppingTests.swift index 63c0f51..9a60a46 100644 --- a/Tests/AnimationPlannerTests/StoppingTests.swift +++ b/Tests/AnimationPlannerTests/StoppingTests.swift @@ -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() {