Skip to content

Commit

Permalink
Merge pull request #269 from djarecka/ci/test_wait
Browse files Browse the repository at this point in the history
[ci] changing tests with time execution
  • Loading branch information
djarecka authored May 24, 2020
2 parents 3029f0a + d13385d commit 7eba51a
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 72 deletions.
1 change: 1 addition & 0 deletions pydra/engine/tests/test_submitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def test_slurm_wf_state(tmpdir):


@pytest.mark.skipif(not slurm_available, reason="slurm not installed")
@pytest.mark.flaky(reruns=3)
def test_slurm_max_jobs(tmpdir):
wf = Workflow("new_wf", input_spec=["x", "y"], cache_dir=tmpdir)
wf.inputs.x = 5
Expand Down
Loading

0 comments on commit 7eba51a

Please sign in to comment.