From 613359d490f1c4880a09e6ffb6348927ec128f68 Mon Sep 17 00:00:00 2001 From: buffalo-pull Date: Wed, 2 Jun 2004 15:12:45 +0000 Subject: [PATCH] Increase TIMEOUT from 10 to 20 as per b3353. --- lustre/tests/cfg/local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh index 9398d07..14f2207 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -24,7 +24,7 @@ MDSSIZE=${MDSSIZE:-10000} OSTDEV=${OSTDEV:-$ROOT/tmp/ost1-`hostname`} OSTSIZE=${OSTSIZE:-50000} FSTYPE=${FSTYPE:-ext3} -TIMEOUT=${TIMEOUT:-10} +TIMEOUT=${TIMEOUT:-20} UPCALL=${UPCALL:-$PWD/replay-single-upcall.sh} STRIPE_BYTES=${STRIPE_BYTES:-65536} -- 1.8.3.1