From 0f48f25294d63852d9cc97eda3b6467f0369a69c Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Wed, 6 Mar 2019 19:14:59 +0530 Subject: Add timeouts for heketi commands It happens, that Heketi commands hang. So, to avoid cancelling of whole test runs, add timeouts for Heketi commands. By default, timeout is 120 sec (2 min). If it is needed to change default value, then define following config option: common: heketi_command_timeout: 180 Change-Id: I79f33daa05bde9a37245e94e66042944c6cd9242 --- tests/glusterfs-containers-tests-config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/glusterfs-containers-tests-config.yaml') diff --git a/tests/glusterfs-containers-tests-config.yaml b/tests/glusterfs-containers-tests-config.yaml index a873a1c2..c69f3922 100644 --- a/tests/glusterfs-containers-tests-config.yaml +++ b/tests/glusterfs-containers-tests-config.yaml @@ -58,3 +58,4 @@ openshift: common: stop_on_first_failure: False + heketi_command_timeout: 120 -- cgit