Skip to content

Commit d858444

Browse files
committed
increase timeout
1 parent c136390 commit d858444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_imtrimup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def dyndir(datain, mMRpars):
5555
return Path(opth) / "PET" / "multiple-frames"
5656

5757

58-
@pytest.mark.timeout(60 * 60)
58+
@pytest.mark.timeout(2 * 60 * 60) # 2h
5959
def test_rectrim(dyndir):
6060
rectrim = pytest.importorskip("amypad.rectrim")
6161
rectrim.run(dyndir)

0 commit comments

Comments
 (0)