mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
.
This commit is contained in:
parent
12df87d392
commit
f1d8728da4
@ -242,7 +242,7 @@ class TestServerStartStop:
|
|||||||
# Windows does not provide SIGKILL
|
# Windows does not provide SIGKILL
|
||||||
sigkill = signal.SIGTERM # type: ignore[attr-defined]
|
sigkill = signal.SIGTERM # type: ignore[attr-defined]
|
||||||
else:
|
else:
|
||||||
sigkill = signal.SIGKILL # type: ignore[attr-defined]
|
sigkill = signal.SIGKILL # type: ignore
|
||||||
port = 8503
|
port = 8503
|
||||||
eosdash_port = 8504
|
eosdash_port = 8504
|
||||||
timeout = 120
|
timeout = 120
|
||||||
|
Loading…
x
Reference in New Issue
Block a user