From a5ab2a4dff4f3fe1773e83f4492e6dd156efb9e2 Mon Sep 17 00:00:00 2001 From: Maciej Dudkowski Date: Wed, 14 May 2025 11:43:42 -0400 Subject: [PATCH] Changed test timeout to 60s. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",