From be2525ffddb4bf55fde77e97b00d1c349119daed Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Fri, 13 May 2022 09:10:59 -0500 Subject: [PATCH] LU-13578 test: sleep longer in sanity test_39 In sanity test_39r(), sleep for 2 * atime_diff rather than atime_diff + 1. Test-Parameters: trivial testlist=sanity env=ONLY=39r,ONLY_REPEAT=50 Signed-off-by: John L. Hammond Change-Id: Ied508e12c848f6935d2317fb86bddc5341a6156e Reviewed-on: https://review.whamcloud.com/47346 Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 51927ad..61ac285 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5060,7 +5060,7 @@ test_39r() { cancel_lru_locks osc # exceed atime_diff and access file - sleep 6 + sleep 10 dd if=$DIR/$tfile of=/dev/null bs=4k count=1 || error "can't udpate atime" -- 1.8.3.1