Skip to content

Commit e545bb9

Browse files
authored
Update test_inference.py
Not six min
1 parent 305a2db commit e545bb9

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(360)
7+
@pytest.mark.timeout(300)
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)