diff options
author | Amar Tumballi <amarts@redhat.com> | 2018-07-13 13:52:12 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-07-13 13:54:00 +0530 |
commit | e8cf52f5107af00b5dcbde3bff22a394efba5372 (patch) | |
tree | ae3f09b2f3b35a7cce08fc5e989e6d09698a9b96 | |
parent | e2c9d0d182bf8e16fc5277bb32118d13e6065d9a (diff) |
tests/geo-rep: increase the timeout
since some time, geo-rep tests were in the border of 180-190 seconds to
complete. As actual test timeout is 200 seconds by default, giving
these tests some buffer time to complete properly.
updates: bz#1193929
Change-Id: I9f501a02b52585dff7d0473824bdbb229e124278
Signed-off-by: Amar Tumballi <amarts@redhat.com>
-rw-r--r-- | tests/00-geo-rep/georep-basic-dr-rsync.t | 2 | ||||
-rw-r--r-- | tests/00-geo-rep/georep-basic-dr-tarssh.t | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/00-geo-rep/georep-basic-dr-rsync.t b/tests/00-geo-rep/georep-basic-dr-rsync.t index 16e7428886c..47df5878b7b 100644 --- a/tests/00-geo-rep/georep-basic-dr-rsync.t +++ b/tests/00-geo-rep/georep-basic-dr-rsync.t @@ -5,6 +5,8 @@ . $(dirname $0)/../geo-rep.rc . $(dirname $0)/../env.rc +SCRIPT_TIMEOUT=300 + AREQUAL_PATH=$(dirname $0)/../utils test "`uname -s`" != "Linux" && { CFLAGS="$CFLAGS -I$(dirname $0)/../../../contrib/argp-standalone "; diff --git a/tests/00-geo-rep/georep-basic-dr-tarssh.t b/tests/00-geo-rep/georep-basic-dr-tarssh.t index b5cfb5bc358..6352ce38862 100644 --- a/tests/00-geo-rep/georep-basic-dr-tarssh.t +++ b/tests/00-geo-rep/georep-basic-dr-tarssh.t @@ -5,6 +5,8 @@ . $(dirname $0)/../geo-rep.rc . $(dirname $0)/../env.rc +SCRIPT_TIMEOUT=300 + AREQUAL_PATH=$(dirname $0)/../utils test "`uname -s`" != "Linux" && { CFLAGS="$CFLAGS -I$(dirname $0)/../../../contrib/argp-standalone "; |