group-based-policy/.testr.conf
Robert Kukura bae4981e85 Raise OS_TEST_TIMEOUT
Several apic_aim unit tests have been occasionally failing in the
gate, then passing when rechecked. This appears to be due to them
taking longer than 120 seconds to complete. We need to find out why
they take so long, and why the timing varies so much, but this should
help reduce the need to recheck in the mean time.

Change-Id: I6362d1cb6d7df87087282a6b78cabc741b31b9f1
2017-09-13 20:58:48 +00:00

8 lines
348 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:-180} \
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./gbpservice} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list