From: yury Date: Tue, 25 Nov 2008 08:44:35 +0000 (+0000) Subject: - make marging 10 sec more in 124a to let client kill some locks X-Git-Tag: v1_7_150~1^40~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=29ce2d7a21032997d714e98ab2e562ed99b41a6b;p=fs%2Flustre-release.git - make marging 10 sec more in 124a to let client kill some locks --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 2694e5d..fc9cf89 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5107,7 +5107,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