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:
parent
2b01fceabc
commit
401b9743c9
@ -1,6 +1,7 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||||
OS_STDERR_CAPTURE=${OS_STDERR_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
|
${PYTHON:-python} -m subunit.run discover ceilometer $LISTOPT $IDOPTION
|
||||||
test_id_option=--load-list $IDFILE
|
test_id_option=--load-list $IDFILE
|
||||||
test_list_option=--list
|
test_list_option=--list
|
||||||
|
Loading…
Reference in New Issue
Block a user