Skip to content

Commit

Permalink
shortening spherical test to avoid CI timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Aug 29, 2023
1 parent 0abcd55 commit bd03ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/local/contract_tests/test_single_vs_multi_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scenario_class, output_steps",
(
(CartesianScenario, range(0, 64, 4)),
(SphericalScenario, range(0, 3000, 64)),
(SphericalScenario, range(0, 2000, 100)),
),
)
@pytest.mark.parametrize("options_kwargs", OPTIONS_KWARGS)
Expand Down

0 comments on commit bd03ad9

Please sign in to comment.