diff --git a/unit_test/inputs/hertzian_contact.json b/unit_test/inputs/hertzian_contact.json index 93c5577..5180c68 100644 --- a/unit_test/inputs/hertzian_contact.json +++ b/unit_test/inputs/hertzian_contact.json @@ -8,9 +8,9 @@ "restitution" : {"value": 0.5}, "horizon" : {"value": 1e-4 }, "radius" : {"value": 5e-5 }, - "final_time" : {"value": 1e-4, "unit": "s"}, + "final_time" : {"value": 1e-5, "unit": "s"}, "timestep" : {"value": 1e-8, "unit": "s"}, "timestep_safety_factor" : {"value": 0.8}, - "output_frequency" : {"value": 1000}, + "output_frequency" : {"value": 10000}, "output_reference" : {"value": false} }