From 17f15d8b6137ba33a3cf275ba1bc7067c0f95dde Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 23 Mar 2024 13:50:00 +0100 Subject: w --- test/critter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/critter.cpp') diff --git a/test/critter.cpp b/test/critter.cpp index b521d423..f9df42fa 100644 --- a/test/critter.cpp +++ b/test/critter.cpp @@ -271,10 +271,10 @@ void test2(StringView instance_name, const Function& make_dt, double accel) }, Expected{ .pt = {{1,1,0}, {4, 4}, {8,8}}, - .time = 35'000*Millisecond, + .time = 35'100*Millisecond, }, Grace{ - .time = 250*Millisecond, + .time = 500*Millisecond, .distance_L2 = 8, }); fm_assert(ret); -- cgit v1.2.3