From c03db107854492011fad62a9152632b7a8ef5042 Mon Sep 17 00:00:00 2001 From: Naman Nandan Date: Wed, 24 Apr 2024 15:41:12 -0700 Subject: [PATCH] Increase test timeout for test_handler_traceback_logging. This is to handle test_utils.torchserve_cleanup() taking longer in Docker. --- test/pytest/test_handler_traceback_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pytest/test_handler_traceback_logging.py b/test/pytest/test_handler_traceback_logging.py index 74335d6bf3..a3a67125c2 100644 --- a/test/pytest/test_handler_traceback_logging.py +++ b/test/pytest/test_handler_traceback_logging.py @@ -156,7 +156,7 @@ def register_model(mar_file_path, model_store, torchserve): test_utils.unregister_model(model_name) -@pytest.mark.timeout(60) +@pytest.mark.timeout(120) def test_handler_traceback_logging(model_name): """ Full circle test with torchserve