From 6e9464ff0ac288d5efff68d485129dc8ddac73d0 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 6 Apr 2022 09:54:32 +0200 Subject: 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 --- test/lib/term | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib/term') diff --git a/test/lib/term b/test/lib/term index c92d8bd..c9f5be3 100755 --- a/test/lib/term +++ b/test/lib/term @@ -203,6 +203,7 @@ pane_run() { # $1: Pane name pane_wait() { __lc="$(echo "${1}" | tr [A-Z] [a-z])" + sleep 0.1 || sleep 1 __done=0 while -- cgit v1.2.3