From 113332117920b78d14aa1f9068c5287f835c974f Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Wed, 5 Jul 2023 23:04:38 -0500 Subject: [PATCH] chore(scripts): reduce timeout for slow release tests --- api/scripts/test-release.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/scripts/test-release.py b/api/scripts/test-release.py index 328032e3..2e6d7fd2 100644 --- a/api/scripts/test-release.py +++ b/api/scripts/test-release.py @@ -26,9 +26,9 @@ except Exception as err: logger = getLogger(__name__) -FAST_TEST = 20 -SLOW_TEST = 50 -VERY_SLOW_TEST = 100 +FAST_TEST = 10 +SLOW_TEST = 25 +VERY_SLOW_TEST = 75 def test_path(relpath: str) -> str: