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
This commit is contained in:
Robert Kukura 2017-09-12 18:19:37 -04:00 committed by Sumit Naiksatam
parent 0ccc027fcb
commit bae4981e85
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +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:-120} \
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