diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index e8f9713a3c8b5d8c3ab35b3eadb12648f2223ffe..5f1c53c5ecdd1ce2ff306b4624346e9e6016522e 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