Skip to content

Commit 57669a3

Browse files
authored
Apply suggestion from @vchuravy
1 parent b961dc0 commit 57669a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_amdgpu_2d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151
# Ensure that we do not have excessive memory allocations
5252
# (e.g., from type instabilities)
5353
semi = ode.p # `semidiscretize` adapts the semi, so we need to obtain it from the ODE problem.
54-
@test_allocations(Trixi.rhs!, semi, sol, 1000)
54+
@test_allocations(Trixi.rhs!, semi, sol, 35_000)
5555
@test real(ode.p.solver) == Float32
5656
@test real(ode.p.solver.basis) == Float32
5757
@test real(ode.p.solver.mortar) == Float32

0 commit comments

Comments
 (0)