diff --git a/test/test_unstructured_2d.jl b/test/test_unstructured_2d.jl index deb3377f6bd..66d11afd014 100644 --- a/test/test_unstructured_2d.jl +++ b/test/test_unstructured_2d.jl @@ -201,16 +201,16 @@ end @trixi_testset "elixir_euler_time_series.jl" begin @test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_time_series.jl"), l2=[ - 9.44589994864801e-5, - 7.375567345161402e-5, - 8.469037537040469e-5, - 0.0001638067441092813, + 9.860036213913957e-5, + 7.767842271271052e-5, + 8.956109781622046e-5, + 0.0001771544151538529, ], linf=[ - 0.0006797328621439558, - 0.00048723709312858965, - 0.0006701229224337357, - 0.0011917195110209278, + 0.000656954971669732, + 0.000494381111073805, + 0.0006563610876975101, + 0.0011651838899400246, ], tspan=(0.0, 0.5)) # Ensure that we do not have excessive memory allocations