From 668ee0aa7a51dc554d23f0edc99ab08d95737478 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 8 Aug 2025 20:55:08 +0200 Subject: [PATCH] Update tests/test_utils_opmsg.py --- tests/test_utils_opmsg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_opmsg.py b/tests/test_utils_opmsg.py index 8ac16d9c2..6a8bcca94 100644 --- a/tests/test_utils_opmsg.py +++ b/tests/test_utils_opmsg.py @@ -70,7 +70,7 @@ def ioc(): @pytest.fixture(scope="module", autouse=True) def run_all_iocs(): threads = ioc() - time.sleep(3.0) # laisser le temps aux serveurs de démarrer + time.sleep(1.0) # laisser le temps aux serveurs de démarrer yield