From 49e57efa515f12013da9f5293846aff17ac48f7d Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Wed, 21 Feb 2018 08:57:54 +0530 Subject: tests: Set timeout of 300 for self-heal.t There are a few tests that take more time on regression nodes Change-Id: If126d5ebd422cd6d99125db040e74f0d104af7bc Signed-off-by: Nigel Babu --- tests/basic/ec/self-heal.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/basic/ec/self-heal.t b/tests/basic/ec/self-heal.t index 7f3486fe27b..d217559db1a 100644 --- a/tests/basic/ec/self-heal.t +++ b/tests/basic/ec/self-heal.t @@ -1,5 +1,7 @@ #!/bin/bash +SCRIPT_TIMEOUT=300 + . $(dirname $0)/../../include.rc . $(dirname $0)/../../volume.rc -- cgit