From 99ac5a83805e46659124acfefbc05c9b6dda1a1b Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 10 Jan 2019 17:12:53 +0530 Subject: tests: increase the timeout for distribute bug 1117851.t The test is in borderline of 200seconds, and many a times, randomly takes little more time, and fails the whole regression. Better to keep timeout high, so we don't 'randomly' fail regression tests. updates: bz#1193929 Change-Id: Ib0d3a9f7a75ee44446ec6da5e0510cccf83eecaa Signed-off-by: Amar Tumballi --- tests/bugs/distribute/bug-1117851.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/bugs/distribute/bug-1117851.t b/tests/bugs/distribute/bug-1117851.t index 678103869cf..62cb6b66ab4 100755 --- a/tests/bugs/distribute/bug-1117851.t +++ b/tests/bugs/distribute/bug-1117851.t @@ -1,5 +1,7 @@ #!/bin/bash +SCRIPT_TIMEOUT=250 + . $(dirname $0)/../../include.rc . $(dirname $0)/../../volume.rc -- cgit