This commit is contained in:
NormannK 2025-02-16 16:22:37 +01:00
parent 12df87d392
commit f1d8728da4

View File

@ -242,7 +242,7 @@ class TestServerStartStop:
# Windows does not provide SIGKILL
sigkill = signal.SIGTERM # type: ignore[attr-defined]
else:
sigkill = signal.SIGKILL # type: ignore[attr-defined]
sigkill = signal.SIGKILL # type: ignore
port = 8503
eosdash_port = 8504
timeout = 120