Skip to content

Commit c03db10

Browse files
committed
Increase test timeout for test_handler_traceback_logging.
This is to handle test_utils.torchserve_cleanup() taking longer in Docker.
1 parent 946da22 commit c03db10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pytest/test_handler_traceback_logging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def register_model(mar_file_path, model_store, torchserve):
156156
test_utils.unregister_model(model_name)
157157

158158

159-
@pytest.mark.timeout(60)
159+
@pytest.mark.timeout(120)
160160
def test_handler_traceback_logging(model_name):
161161
"""
162162
Full circle test with torchserve

0 commit comments

Comments
 (0)