From 4c4de249539daeeab27821f79f6df531240eed97 Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Sat, 9 Mar 2024 18:28:30 +0100 Subject: [PATCH] test: change `TestStudySynthesis` to avoid crashes --- tests/integration/studies_blueprint/test_synthesis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/studies_blueprint/test_synthesis.py b/tests/integration/studies_blueprint/test_synthesis.py index 9afd66be9b..059fba2aa7 100644 --- a/tests/integration/studies_blueprint/test_synthesis.py +++ b/tests/integration/studies_blueprint/test_synthesis.py @@ -58,7 +58,7 @@ def test_raw_study( ) assert res.status_code == 200, res.json() duration = time.time() - start - assert 0 <= duration <= 0.1, f"Duration is {duration} seconds" + assert 0 <= duration <= 0.3, f"Duration is {duration} seconds" def test_variant_study( self,