Tempest: Tempest test NSX security groups failing

- NSX firewall realization takes longer time than 2 sec. I increased
to 20 and it test cases started passing

Change-Id: I409878b4a7d0b40405977790cdb34c518bd80453
This commit is contained in:
Devang Doshi 2017-05-19 12:36:26 -07:00
parent c98a428a29
commit ab184b53f8

View File

@ -30,7 +30,7 @@ LOG = logging.getLogger(__name__)
CONF = config.CONF
NSX_FIREWALL_REALIZED_DELAY = 2
NSX_FIREWALL_REALIZED_DELAY = 20
class NSXv3SecGroupTest(base.BaseSecGroupTest):