commit | 0c532a2ac6bfde0d6792124df25b9920a81f6126 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Apr 04 19:46:05 2023 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Apr 04 19:46:05 2023 +0300 |
tree | 7e81e8c80faaec56b57f5027f03c52e1c3e8d867 | |
parent | c3319e6e46658117788c38c50a31d34f7062ea77 [diff] [blame] |
stdout-flush-wrapper.sh: Bump sleep to 8s This seems to be reliable figure, based on testing. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I347558f67f4014819422f29d85be5822e6348e74
diff --git a/stdout-flush-wrapper.sh b/stdout-flush-wrapper.sh index 9729cf8..7a7a44d 100755 --- a/stdout-flush-wrapper.sh +++ b/stdout-flush-wrapper.sh
@@ -9,4 +9,4 @@ cmd="$1" shift stdbuf -oL "$cmd" "$@" -sleep 5 +sleep 8