Skip to content

Commit 305a2db

Browse files
authored
Update test_inference.py
Make the timeout 5-min for now, see if we can get a pass...
1 parent 14e01b8 commit 305a2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from timm import list_models, create_model
55

66

7-
@pytest.mark.timeout(60)
7+
@pytest.mark.timeout(360)
88
@pytest.mark.parametrize('model_name', list_models())
99
@pytest.mark.parametrize('batch_size', [1])
1010
def test_model_forward(model_name, batch_size):

0 commit comments

Comments
 (0)