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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user