Whamcloud - gitweb
b=13552
authornathan <nathan>
Wed, 12 Sep 2007 00:33:14 +0000 (00:33 +0000)
committernathan <nathan>
Wed, 12 Sep 2007 00:33:14 +0000 (00:33 +0000)
wait longer for remote clients

lustre/tests/conf-sanity.sh

index e8f9713..5f1c53c 100644 (file)
@@ -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