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