Skip to content

Commit c57b4fa

Browse files
committed
TEST: Timeout provenance tests after 1min
1 parent 3b51157 commit c57b4fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/utils/tests/test_provenance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616

1717
@needs_rdflib5
18+
@pytest.mark.timeout(60)
1819
def test_provenance(tmpdir):
1920
from nipype.interfaces.base import CommandLine
2021

@@ -27,6 +28,7 @@ def test_provenance(tmpdir):
2728

2829

2930
@needs_rdflib5
31+
@pytest.mark.timeout(60)
3032
def test_provenance_exists(tmpdir):
3133
tmpdir.chdir()
3234
from nipype import config

0 commit comments

Comments
 (0)