Decrease test wait time
This commit is contained in:
parent
24b9f6e85a
commit
1a19740b2e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ setUp () {
|
||||||
echo "$!" > "$TEST_TMP/rcon-pid"
|
echo "$!" > "$TEST_TMP/rcon-pid"
|
||||||
|
|
||||||
while ! [[ (-f "$TEST_TMP/screen-output") && (-f "$TEST_TMP/tmux-output") && (-f "$TEST_TMP/rcon-output") ]]; do
|
while ! [[ (-f "$TEST_TMP/screen-output") && (-f "$TEST_TMP/tmux-output") && (-f "$TEST_TMP/rcon-output") ]]; do
|
||||||
sleep 0.5
|
sleep 0.2
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue