From 5bb8ee97607c207c174b73cc796446df63549d6b Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 12 Sep 2007 00:34:50 +0000 Subject: [PATCH] b=13552 wait longer for remote clients --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index bece9ff..f02c4b5 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -921,7 +921,7 @@ set_and_check() { echo "Setting $PARAM from $ORIG to $FINAL" do_facet mds "$LCTL conf_param $PARAM=$FINAL" || error conf_param failed local RESULT - local MAX=20 + local MAX=90 local WAIT=0 while [ 1 ]; do sleep 5 -- 1.8.3.1