8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dd2f7 commit f10d4e2Copy full SHA for f10d4e2
pydra/engine/tests/test_workflow.py
@@ -4813,7 +4813,7 @@ def test_graph_5(tmpdir):
4813
exporting_graphs(wf=wf, name=name)
4814
4815
4816
-@pytest.mark.timeout(20)
+@pytest.mark.timeout(40)
4817
def test_duplicate_input_on_split_wf(tmpdir):
4818
"""checking if the workflow gets stuck if it has to run two tasks with equal checksum;
4819
This can occur when splitting on a list containing duplicate values.
@@ -4839,7 +4839,7 @@ def printer(a):
4839
assert res[0].output.out1 == "test" and res[1].output.out1 == "test"
4840
4841
4842
-@pytest.mark.timeout(40)
+@pytest.mark.timeout(80)
4843
def test_inner_outer_wf_duplicate(tmpdir):
4844
"""checking if the execution gets stuck if there is an inner and outer workflows
4845
that run two nodes with the exact same inputs.
0 commit comments