From 901f4321f4fff30c671b073303a65a9e15db8163 Mon Sep 17 00:00:00 2001 From: nathan <nathan> Date: Wed, 12 Sep 2007 00:33:14 +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 e8f9713a3c..5f1c53c5ec 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -926,7 +926,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=30 + local MAX=90 local WAIT=0 while [ 1 ]; do sleep 5 -- GitLab