From 9926fec90fad43caa9b44c3380c38c60cbd42162 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Mon, 18 Jan 2010 18:36:07 +0100 Subject: [PATCH] b=21370 sanity 27x: double the qos_maxage timeout i=adilger --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 7973874..fc51195 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -944,7 +944,7 @@ test_27m() { run_test 27m "create file while OST0 was full ==================" sleep_maxage() { - local DELAY=$(do_facet mds lctl get_param -n lov.*.qos_maxage | awk '{print $1 + 2}') + local DELAY=$(do_facet mds lctl get_param -n lov.*.qos_maxage | awk '{print $1 * 2}') sleep $DELAY } -- 1.8.3.1