Skip to content

Commit

Permalink
macos is consistently over duration right now. giving it more time
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes authored and Megan Wilhite committed Jul 14, 2022
1 parent 66a8bf8 commit b30bd75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/pytests/functional/modules/state/test_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,9 @@ def test_retry_option_success_parallel(state, state_tree, tmp_path):
duration = 4
if salt.utils.platform.spawning_platform():
duration = 30
# mac needs some more time to do its makeup
if salt.utils.platform.is_darwin():
duration += 15

with pytest.helpers.temp_file("retry.sls", sls_contents, state_tree):
ret = state.sls(
Expand Down

0 comments on commit b30bd75

Please sign in to comment.