[CI > Test] Remove sleep

This commit is contained in:
Ducko 2022-02-02 19:46:37 +00:00
parent 7f1fe8059a
commit 53c849a27d
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ jobs:
run: |
coproc { xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging }
grep -m1 "Installing discord_rpc" <&${COPROC[0]}
sleep 1
[[ $COPROC_PID ]] && kill $COPROC_PID
timeout-minutes: 1