Whamcloud - gitweb
b=12910
authornathan <nathan>
Tue, 10 Jul 2007 15:30:40 +0000 (15:30 +0000)
committernathan <nathan>
Tue, 10 Jul 2007 15:30:40 +0000 (15:30 +0000)
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

index bfd7358..ade3888 100644 (file)
@@ -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