diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2018-08-10 14:54:56 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-08-16 06:13:13 +0000 |
commit | e35424da737e50c8ba5cfc12bb2052b2d5ad69ce (patch) | |
tree | add29af228b748ad8719ed7a9a3bb8c816c3fe0d /tests | |
parent | 9297e1950f76270e99c76970f57810e01e305a3b (diff) |
tests: Increase timeout to 30 minutes to handle lcov slowness
This script on a normal setup takes 15 minutes. With lcov it needs
to be increased. Considering we did 1.5X of the default $run_timeout
in run-tests.sh, I am doing the same for this script.
fixes bz#1614718
Change-Id: Ia571b33ff13deb8cbd8e48561769e876aa0b1aff
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bugs/index/bug-1559004-EMLINK-handling.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/index/bug-1559004-EMLINK-handling.t b/tests/bugs/index/bug-1559004-EMLINK-handling.t index 82ea8b2d36a..0bd70a0283f 100644 --- a/tests/bugs/index/bug-1559004-EMLINK-handling.t +++ b/tests/bugs/index/bug-1559004-EMLINK-handling.t @@ -6,7 +6,7 @@ cleanup TESTS_EXPECTED_IN_LOOP=30 -SCRIPT_TIMEOUT=1200 +SCRIPT_TIMEOUT=1800 TEST glusterd TEST pidof glusterd |