Increase test wait time

This commit is contained in:
Nicolas Chan 2021-03-04 14:29:05 -08:00
parent 52e3538c2d
commit 24b9f6e85a

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.3
sleep 0.5
done
}