Removes per test testr timeout
Because testr run tests in parallel and we use fake driver of oslo.messaging to make unittests and this one use time.sleep() monkey patched by eventlet, a test can take a lot of time, just because eventlet have decided to run other tests before instead of finish the started one. So, just remove the per test testr timeout, like we have before. Change-Id: I26f14937a16b23428f55fc7f42b4066b398c06a8 Closes-bug: #1323524
This commit is contained in:
parent
3b720b6809
commit
f35a9a6b8c
@ -1,7 +1,6 @@
|
||||
[DEFAULT]
|
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
||||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
|
||||
${PYTHON:-python} -m subunit.run discover ceilometer $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
|
Loading…
x
Reference in New Issue
Block a user