This commit is contained in:
2025-11-02 19:50:05 -05:00
parent de8bec0353
commit 1fb72c2674
2 changed files with 13 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ testPkgs.testers.runNixOSTest {
try:
machine.wait_until_succeeds(
"grep -Eq '\\[[0-9]+:[0-9]+:[0-9]+\\] \\[Server thread/INFO\\]: Done \\([0-9]+\\.[0-9]+s\\)! For help, type \"help\"' /var/lib/minecraft/main/logs/latest.log",
timeout=60
timeout=120
)
except Exception:
print(machine.succeed("cat /var/lib/minecraft/main/logs/latest.log"))