tests: increase sleep timer for relay startup

This commit is contained in:
daywalker90 2025-08-18 12:30:13 +02:00
parent 2d4302e23e
commit cb253594e5
No known key found for this signature in database

View file

@ -1318,7 +1318,7 @@ async def nostr_relay(test_base_dir):
stdout_thread.start()
stderr_thread.start()
time.sleep(2)
time.sleep(4)
yield dynamic_port