From d27f401214fc8c652e7ce2f3fb37fa053bf5cd48 Mon Sep 17 00:00:00 2001 From: Daniel_Doehring Date: Sun, 12 Nov 2023 14:28:29 +0100 Subject: [PATCH] shorten test --- test/test_parabolic_2d.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test_parabolic_2d.jl b/test/test_parabolic_2d.jl index 64111fef397..9d67f8aa3c6 100644 --- a/test/test_parabolic_2d.jl +++ b/test/test_parabolic_2d.jl @@ -560,8 +560,9 @@ end @trixi_testset "P4estMesh2D: elixir_advection_diffusion_nonperiodic_amr.jl" begin @test_trixi_include(joinpath(examples_dir(), "p4est_2d_dgsem", "elixir_advection_diffusion_nonperiodic_amr.jl"), - l2=[0.11749074231727502], - linf=[0.4982673673942727]) + tspan=(0.0, 0.01), + l2=[0.007934123060216671], + linf=[0.11030124341554881]) # Ensure that we do not have excessive memory allocations # (e.g., from type instabilities) let