From e5c13c573477f2e5666013decf7e50934c0f55cb Mon Sep 17 00:00:00 2001 From: Shwetha K Acharya Date: Mon, 3 Aug 2020 20:09:49 +0530 Subject: 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 --- tests/00-geo-rep/00-georep-verify-setup.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit