From be81402c99330ba7fbda47b071f199793450392a Mon Sep 17 00:00:00 2001 From: daywalker90 <8257956+daywalker90@users.noreply.github.com> Date: Thu, 22 Jan 2026 12:43:34 +0100 Subject: [PATCH] tests: remove relay terminate delay again --- tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index e00db74..6f6222a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -42,7 +42,6 @@ def nostr_relay(worker_id, node_factory): yield ws_url finally: - time.sleep(1.0) proc.terminate() try: proc.wait(timeout=5)