commit | 4441f5941dd58a306c722e808dae96087460c08b | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Apr 04 13:57:20 2023 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Apr 04 13:57:20 2023 +0300 |
tree | 5e777ed1fb106821916d3ed3b1a9c056509fe0ac | |
parent | 69bdd3be78fb678f017434be437a7911ac6794e9 [diff] |
stdout-flush-wrapper.sh: Increase sleep time to 5s As there're still cases of race condition with LAVA's reading of output. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I5f88a09b2a6e1885713f01195811d4d07a7ca80b
diff --git a/stdout-flush-wrapper.sh b/stdout-flush-wrapper.sh index c164d29..9729cf8 100755 --- a/stdout-flush-wrapper.sh +++ b/stdout-flush-wrapper.sh
@@ -9,4 +9,4 @@ cmd="$1" shift stdbuf -oL "$cmd" "$@" -sleep 3 +sleep 5