summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorShwetha K Acharya <sacharya@redhat.com>2020-08-03 20:09:49 +0530
committerShwetha K Acharya <sacharya@redhat.com>2020-08-03 20:31:09 +0530
commite5c13c573477f2e5666013decf7e50934c0f55cb (patch)
tree800b70b8442406d0c2a7fc6c89a85a93ae3b5646 /tests
parent3af9443c770837abe4f54db399623380ab9767a7 (diff)
tests: Fix regression failures of 01-georep-glusterd-tests.t
TEST $GEOREP_CLI $master $slave1 create push-pem force times out on Centos 7 builders. Increasing the GEO_REP_TIMEOUT and SCRIPT_TIMEOUT to address the same. Fixes: #1410 Change-Id: I81b5590e33f40ea4210cc56d18e2b9fa34033cd8 Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/00-geo-rep/00-georep-verify-setup.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/00-geo-rep/00-georep-verify-setup.t b/tests/00-geo-rep/00-georep-verify-setup.t
index cdfccd35db5..0d46c04102d 100644
--- a/tests/00-geo-rep/00-georep-verify-setup.t
+++ b/tests/00-geo-rep/00-georep-verify-setup.t
@@ -5,7 +5,8 @@
. $(dirname $0)/../geo-rep.rc
. $(dirname $0)/../env.rc
-SCRIPT_TIMEOUT=300
+SCRIPT_TIMEOUT=400
+GEO_REP_TIMEOUT=200
##Cleanup and start glusterd
cleanup;