Decrease test wait time

This commit is contained in:
Nicolas Chan 2021-03-04 14:32:54 -08:00
parent 24b9f6e85a
commit 1a19740b2e

View file

@ -23,7 +23,7 @@ setUp () {
echo "$!" > "$TEST_TMP/rcon-pid"
while ! [[ (-f "$TEST_TMP/screen-output") && (-f "$TEST_TMP/tmux-output") && (-f "$TEST_TMP/rcon-output") ]]; do
sleep 0.5
sleep 0.2
done
}