tests: remove relay terminate delay again

This commit is contained in:
daywalker90 2026-01-22 12:43:34 +01:00
parent 46d8e05b04
commit be81402c99
No known key found for this signature in database

View file

@ -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)