diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 13:50:00 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 13:50:00 +0100 |
commit | 17f15d8b6137ba33a3cf275ba1bc7067c0f95dde (patch) | |
tree | 1d132ee3f431cde5f85e458eb957573e1f014ac0 /test | |
parent | a44a1e65f8c9c87da2c80df95185fa3ef0d8de27 (diff) |
w
Diffstat (limited to 'test')
-rw-r--r-- | test/critter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |