From: buffalo-pull Date: Wed, 2 Jun 2004 15:12:45 +0000 (+0000) Subject: Increase TIMEOUT from 10 to 20 as per b3353. X-Git-Tag: v1_8_0_110~486^5~202 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=613359d490f1c4880a09e6ffb6348927ec128f68;p=fs%2Flustre-release.git Increase TIMEOUT from 10 to 20 as per b3353. --- 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}