summaryrefslogtreecommitdiffstats
path: root/tests/glusterfs-containers-tests-config.yaml
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-03-06 19:14:59 +0530
committervponomar <vponomar@redhat.com>2019-03-19 11:22:32 +0000
commit0f48f25294d63852d9cc97eda3b6467f0369a69c (patch)
treeebe4d96177fa90d3d4e38475180fa7f11829c6b2 /tests/glusterfs-containers-tests-config.yaml
parent21d8180f38c491ed166926966c99f03d0420ea9f (diff)
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
Diffstat (limited to 'tests/glusterfs-containers-tests-config.yaml')
-rw-r--r--tests/glusterfs-containers-tests-config.yaml1
1 files changed, 1 insertions, 0 deletions
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