401b9743c9
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
8 lines
323 B
Plaintext
8 lines
323 B
Plaintext
[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
|