From 39505e39edd4f1c86773856536ae6f2f87f65547 Mon Sep 17 00:00:00 2001 From: Jan Scheer Date: Fri, 5 Aug 2022 07:33:36 +0200 Subject: [PATCH] build-gnu: attempt to fix #3765 --- util/build-gnu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 12e45a2c435..c875d4b3e70 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -170,7 +170,7 @@ sed -i -e "s|---dis ||g" tests/tail-2/overlay-headers.sh # F-headers.sh test sometime fails (but only in CI), # just testing inotify should make it more stable -sed -i -e "s|check_tail_output \.1 7|check_tail_output .1 12|g" -e "s| '---disable-inotify'||g" tests/tail-2/F-headers.sh +sed -i -e "s|echo x > a|sleep .1; echo x > a; sleep .1|g" -e "s|echo y > b|sleep .1; echo y > b; sleep .1|g" -e "s| '---disable-inotify'||g" tests/tail-2/F-headers.sh test -f "${UU_BUILD_DIR}/getlimits" || cp src/getlimits "${UU_BUILD_DIR}"