F5Networks / neutron-lbaas

Clone of the OpenStack project neutron-lbaas
Apache License 2.0
1 stars 10 forks source link

stable/newton api test timeout is set at 10 minutes #35

Closed pjbreaux closed 7 years ago

pjbreaux commented 7 years ago

@szakeri

Issues: Fixes #34

Problem: In the tempest api tests, the timeout for waiting for a loadbalancer to become active and online is 600 seconds. We have brought this time down to 60 seconds for other openstack releases. We should do the same for newton.

Analysis: Changed the timeout to 60 seconds.

Tests: Ran api tests on a local stable/newton stack.