fix timeout
All checks were successful
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 6m2s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 6s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m20s

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2025-01-26 00:53:58 -05:00
parent de9ca058b6
commit 2daa9fbc44
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -28,7 +28,7 @@ let
defaultOptions = [
"--stop-signal=SIGTERM"
"--stop-timeout=30m"
"--stop-timeout=1800"
"--network=minecraft-net"
];