From e35424da737e50c8ba5cfc12bb2052b2d5ad69ce Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 10 Aug 2018 14:54:56 +0530 Subject: 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 --- tests/bugs/index/bug-1559004-EMLINK-handling.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bugs/index') 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 -- cgit