Merge pull request #8311 from ChillerDragon/pr_ci_admin_msg_fixed

Increase rcon command delay in integration test
This commit is contained in:
Dennis Felsing 2024-05-05 07:44:42 +00:00 committed by GitHub
commit 9bd9e0282c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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