8000 increase timeout for test_duplicate_input_on_split_wf and test_inner_… · nipype/pydra@f10d4e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f10d4e2

Browse files
committed
increase timeout for test_duplicate_input_on_split_wf and test_inner_outer_wf_duplicate
1 parent 99dd2f7 commit f10d4e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/engine/tests/test_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4813,7 +4813,7 @@ def test_graph_5(tmpdir):
48134813
exporting_graphs(wf=wf, name=name)
48144814

48154815

4816-
@pytest.mark.timeout(20)
4816+
@pytest.mark.timeout(40)
48174817
def test_duplicate_input_on_split_wf(tmpdir):
48184818
"""checking if the workflow gets stuck if it has to run two tasks with equal checksum;
48194819
This can occur when splitting on a list containing duplicate values.
@@ -4839,7 +4839,7 @@ def printer(a):
48394839
assert res[0].output.out1 == "test" and res[1].output.out1 == "test"
48404840

48414841

4842-
@pytest.mark.timeout(40)
4842+
@pytest.mark.timeout(80)
48434843
def test_inner_outer_wf_duplicate(tmpdir):
48444844
"""checking if the execution gets stuck if there is an inner and outer workflows
48454845
that run two nodes with the exact same inputs.

0 commit comments

Comments
 (0)
0