From f21938263c5966185e2c0c18be1654c70866a34f Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Fri, 20 Dec 2024 16:20:06 +0100 Subject: [PATCH 1/3] Set pytest timeout to 30s for every test not a single test should longer than 30s, if it happens something hang up, go and fix it. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9461b7a46..962e1442e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -388,6 +388,7 @@ testpaths = [ 'tests' ] xfail_strict = true +timeout = 30 [tool.ruff] exclude = [ From 1d44d155d0265aa97b2525e03d69cb716a158101 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:20:18 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 962e1442e..833935793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -387,8 +387,8 @@ minversion = '7.0' testpaths = [ 'tests' ] -xfail_strict = true timeout = 30 +xfail_strict = true [tool.ruff] exclude = [ From 9bab75d3390a5a402fa3989969f66bbe981e0c90 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Wed, 8 Jan 2025 16:49:51 +0100 Subject: [PATCH 3/3] ralex --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 833935793..a0c39cc5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -387,7 +387,7 @@ minversion = '7.0' testpaths = [ 'tests' ] -timeout = 30 +timeout = 60 xfail_strict = true [tool.ruff]