From 6b69628660c74cb1fac3c63209bb697890139a1d Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 10 Jul 2007 15:30:40 +0000 Subject: [PATCH] b=12910 increase conf_param time This should be happening quickly (lock revocation signals clients to update config), not based on any timeout. --- 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 bfd7358..ade3888 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -905,7 +905,7 @@ set_and_check() { echo "Setting $PARAM from $ORIG to $FINAL" $LCTL conf_param $PARAM=$FINAL local RESULT - local MAX=20 + local MAX=30 local WAIT=0 while [ 1 ]; do sleep 5 -- 1.8.3.1