test/lib: Add small delay before trying to parse output
Don't fetch the log too early, we might get output from previous commands. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
a20d269630
commit
6e9464ff0a
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ pane_run() {
|
||||||
# $1: Pane name
|
# $1: Pane name
|
||||||
pane_wait() {
|
pane_wait() {
|
||||||
__lc="$(echo "${1}" | tr [A-Z] [a-z])"
|
__lc="$(echo "${1}" | tr [A-Z] [a-z])"
|
||||||
|
sleep 0.1 || sleep 1
|
||||||
|
|
||||||
__done=0
|
__done=0
|
||||||
while
|
while
|
||||||
|
|
Loading…
Reference in a new issue