diff --git a/tests/test_utils_opmsg.py b/tests/test_utils_opmsg.py index 8ed3ad181..2c65d8541 100644 --- a/tests/test_utils_opmsg.py +++ b/tests/test_utils_opmsg.py @@ -69,7 +69,7 @@ def ioc(): @pytest.fixture(scope="module", autouse=True) def run_all_iocs(): threads = ioc() - time.sleep(1.0) # laisser le temps aux serveurs de démarrer + time.sleep(2.0) # laisser le temps aux serveurs de démarrer yield