Skip to content

Commit 7eba51a

Browse files
authored
Merge pull request #269 from djarecka/ci/test_wait
[ci] changing tests with time execution
2 parents 3029f0a + d13385d commit 7eba51a

File tree

3 files changed

+120
-72
lines changed

3 files changed

+120
-72
lines changed

pydra/engine/tests/test_submitter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def test_slurm_wf_state(tmpdir):
196196

197197

198198
@pytest.mark.skipif(not slurm_available, reason="slurm not installed")
199+
@pytest.mark.flaky(reruns=3)
199200
def test_slurm_max_jobs(tmpdir):
200201
wf = Workflow("new_wf", input_spec=["x", "y"], cache_dir=tmpdir)
201202
wf.inputs.x = 5

0 commit comments

Comments
 (0)