Skip to content

Commit 56ffe51

Browse files
committed
resolving conflict
2 parents 436e70e + d13385d commit 56ffe51

File tree

3 files changed

+120
-73
lines changed

3 files changed

+120
-73
lines changed

pydra/engine/tests/test_submitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +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=2)
199+
@pytest.mark.flaky(reruns=3)
200200
def test_slurm_max_jobs(tmpdir):
201201
wf = Workflow("new_wf", input_spec=["x", "y"], cache_dir=tmpdir)
202202
wf.inputs.x = 5

0 commit comments

Comments
 (0)