Increase test wait time
This commit is contained in:
parent
52e3538c2d
commit
24b9f6e85a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue