From 1e32361976a9c70612fa8ff02a592e7984a68673 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Mon, 13 Dec 2010 20:37:49 +0300 Subject: [PATCH] b=24266 increase replay-single test_70d dbench duration for HARD failure mode i=Mikhail.Pershin --- lustre/tests/replay-single.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 60c2601..e8426fb 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1887,6 +1887,9 @@ test_70b () { local duration=300 [ "$SLOW" = "no" ] && duration=60 + # set duration to 900 because it takes some time to boot node + [ "$FAILURE_MODE" = HARD ] && duration=900 + local cmd="rundbench 1 -t $duration" local pid="" do_nodesv $clients "set -x; MISSING_DBENCH_OK=$MISSING_DBENCH_OK \ -- 1.8.3.1