From 302b6286111b446005add8429fc4fcc718d614e6 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 9 Mar 2015 12:56:31 +0100 Subject: [PATCH] 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 --- src/test/ceph-helpers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3