diff --git a/test/test_grudge.py b/test/test_grudge.py index 83b084b4e9ee90a2e69ff79e392e9a979d22346b..cf3064db4b9ecdada3a7f50ce5e80316aebf9a9c 100644 --- a/test/test_grudge.py +++ b/test/test_grudge.py @@ -850,7 +850,7 @@ def test_convergence_maxwell(actx_factory, order): def rhs(t, w): return maxwell_operator.operator(t, w) - dt = 0.002 + dt = maxwell_operator.estimate_rk4_timestep(dcoll) final_t = dt * 5 nsteps = int(final_t/dt)