diff --git a/integration-tests/equations/test_sw_fplane.py b/integration-tests/equations/test_sw_fplane.py index 7fd472ca3..65a237183 100644 --- a/integration-tests/equations/test_sw_fplane.py +++ b/integration-tests/equations/test_sw_fplane.py @@ -44,7 +44,9 @@ def run_sw_fplane(tmpdir): DGUpwind(eqns, "D")] # Time stepper - stepper = SemiImplicitQuasiNewton(eqns, io, transported_fields, transport_methods) + stepper = SemiImplicitQuasiNewton(eqns, io, transported_fields, + transport_methods, + num_outer=4, num_inner=1) # ------------------------------------------------------------------------ # # Initial conditions