From: Loic Dachary Date: Mon, 9 Mar 2015 11:56:31 +0000 (+0100) Subject: tests: increase the delay waiting for a cluster event X-Git-Tag: v9.0.0~194^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3907%2Fhead;p=ceph.git tests: increase the delay waiting for a cluster event In some cases the machine running tests may be slow enough that it takes more than a minute for an OSD to come up. It only happens rarely and changing the wait period from 60 seconds to 120 seconds. Is so slow that it takes more than 2 minutes to bring an OSD up, chances are a lot more will go wrong anyway. Signed-off-by: Loic Dachary --- diff --git a/src/test/ceph-helpers.sh b/src/test/ceph-helpers.sh index 6c0f88660fca..5224241feb3e 100755 --- a/src/test/ceph-helpers.sh +++ b/src/test/ceph-helpers.sh @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright (C) 2013,2014 Cloudwatt -# Copyright (C) 2014 Red Hat +# Copyright (C) 2014,2015 Red Hat # Copyright (C) 2014 Federico Gimenez # # Author: Loic Dachary @@ -18,7 +18,7 @@ # GNU Library Public License for more details. # CEPH_HELPER_VERBOSE=false -TIMEOUT=60 +TIMEOUT=120 PG_NUM=4 if type xmlstarlet > /dev/null 2>&1; then