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
This commit is contained in:
Mehdi Abaakouk 2014-06-18 08:49:18 +02:00
parent 2b01fceabc
commit 401b9743c9
1 changed files with 1 additions and 0 deletions

View File

@ -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