From dbc27e48a9675aa1591fb80fb8f92b4852cc46fa Mon Sep 17 00:00:00 2001 From: yury <yury> Date: Tue, 25 Nov 2008 08:38:36 +0000 Subject: [PATCH] - make margin 10 sec more in 124a to let client chance to kill some locks --- 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 116c2235ae..50b76a5381 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5093,7 +5093,7 @@ test_124a() { # Let's make sure that we really have some margin. Client checks # cached locks every 10 sec. - SLEEP=$((SLEEP+10)) + SLEEP=$((SLEEP+20)) log "Sleep ${SLEEP} sec" local SEC=0 while ((SEC<$SLEEP)); do -- GitLab