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 c136390 commit d858444Copy full SHA for d858444
tests/test_imtrimup.py
@@ -55,7 +55,7 @@ def dyndir(datain, mMRpars):
55
return Path(opth) / "PET" / "multiple-frames"
56
57
58
-@pytest.mark.timeout(60 * 60)
+@pytest.mark.timeout(2 * 60 * 60) # 2h
59
def test_rectrim(dyndir):
60
rectrim = pytest.importorskip("amypad.rectrim")
61
rectrim.run(dyndir)
0 commit comments