From e0efe16f21ff742d36a9a1bb2c5fb821945ad967 Mon Sep 17 00:00:00 2001 From: nic Date: Wed, 26 May 2004 18:54:40 +0000 Subject: [PATCH] b=3353 update local.sh timeout for slow disks --- 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 38effed..9d7ca4b 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:-524288} -- 1.8.3.1