mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #8311 from ChillerDragon/pr_ci_admin_msg_fixed
Increase rcon command delay in integration test
This commit is contained in:
commit
9bd9e0282c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue