From 401b9743c98f4c15e63ee76638521a5522f32efd Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Wed, 18 Jun 2014 08:49:18 +0200 Subject: [PATCH] Reenables the testr per test timeout This change reenables the testr per test timeout, but set the value to 10 minutes, a gate job take 5-8 minutes, so test should not take more than 10 minutes. Change-Id: Ifccef9040529ec1a0b21076ed17d91a4f9737096 --- .testr.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.testr.conf b/.testr.conf index 6d049ac46f..38e8927a57 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,6 +1,7 @@ [DEFAULT] test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ + OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-600} \ ${PYTHON:-python} -m subunit.run discover ceilometer $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE test_list_option=--list