From 174bae955186a378c8efdf13fbc86d0261d8510d Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 5 Jan 2009 15:49:19 +0000 Subject: [PATCH] - make timeout longer --- lustre/tests/sanityN.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 3ff0b9e..2767487 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -756,7 +756,7 @@ test_35() { # bug 17645 #define OBD_FAIL_LDLM_INTR_CP_AST 0x317 do_facet client "lctl set_param fail_loc=0x80000317" local timeout=`do_facet mds lctl get_param -n timeout` - let timeout=timeout*2 + let timeout=timeout*3 local nr=0 while test $nr -lt 10; do log "Race attempt $nr" -- 1.8.3.1