From 3d65c2ecf0dbf265cfa0c9409e6785a8d0591cec Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Tue, 7 Jun 2022 19:15:39 -0700 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. Lustre-change: https://review.whamcloud.com/47346 Lustre-commit: be2525ffddb4bf55fde77e97b00d1c349119daed Test-Parameters: trivial testlist=sanity env=ONLY=39r,ONLY_REPEAT=50 Signed-off-by: John L. Hammond Change-Id: Ied508e12c848f6935d2317fb86bddc5341a6156e Reviewed-by: Andreas Dilger Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/48831 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Jian Yu --- 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 f0a41ac..b5d2fd5 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -4872,7 +4872,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