diff --git a/pyproject.toml b/pyproject.toml index 36833a5f2..a8eec7ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ asyncio_mode = "auto" log_level = "DEBUG" log_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)" testpaths = ["tests"] -timeout = 600 +timeout = 60 timeout_func_only = true filterwarnings = [ "error::temporalio.workflow.UnfinishedUpdateHandlersWarning",