Skip to content

Commit b715dbb

Browse files
Merge branch 'main' into tm/use_ordinarydiffeq_subpackages
2 parents 8442f68 + ed52cb3 commit b715dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_threaded.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include("test_trixiatmo.jl")
2929
tspan=(0.0, 0.1))
3030
# Ensure that we do not have excessive memory allocations
3131
# (e.g., from type instabilities)
32-
@test_allocations(TrixiAtmo.Trixi.rhs!, semi, sol, 2000)
32+
@test_allocations(TrixiAtmo.Trixi.rhs!, semi, sol, 2500)
3333
end
3434
end
3535
end # module

0 commit comments

Comments
 (0)