Skip to content

Commit

Permalink
Increase test timeout for test_handler_traceback_logging. (#3113)
Browse files Browse the repository at this point in the history
This is to handle test_utils.torchserve_cleanup() taking longer in Docker.
  • Loading branch information
namannandan authored Apr 24, 2024
1 parent bebab5a commit 3d23fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pytest/test_handler_traceback_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d23fc3

Please sign in to comment.