Increase rcon command delay in integration test

Closed #8261
This commit is contained in:
ChillerDragon 2024-05-05 15:24:38 +08:00
parent 43c03c4d54
commit 244875e339

View file

@ -244,7 +244,7 @@ say "/mc
;cmdlist
;saytime"
EOF
sleep 1
sleep 10
echo "[*] Test rcon commands"
tr -d '\n' > client1.fifo << EOF
@ -255,7 +255,7 @@ rcon echo test;
muteid 1 900 spam;
unban_all;
EOF
sleep 1
sleep 5
echo "[*] Stop demo recording"
echo "stoprecord" > server.fifo