]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Increase ovsdb_monitor.SimpleInterfaceMonitor start timeout
authorMiguel Angel Ajo <mangelajo@redhat.com>
Mon, 18 Aug 2014 10:32:26 +0000 (12:32 +0200)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Mon, 25 Aug 2014 18:58:24 +0000 (20:58 +0200)
commit44eff5daad81966f6530d84ca3683b2f9c58debf
tree0bebd238899cb155913192ba42e7bf99b8a24d6d
parentb52e6c3afb4fedc77c73a6142ca4cbf6e5ef953f
Increase ovsdb_monitor.SimpleInterfaceMonitor start timeout

The current timeout fails during functional testing with
slightly higher load. Increasing it will lower the timeout
chances during high load conditions. Changed from 5 seconds
to respawn_interval/2. DEFAULT_OVSDBMON_RESPAWN = 30 , so
the default timeout will be 15 seconds.

Change-Id: I6a9e2977b275e96dcf01c4df90a33169c42287d6
Closes-Bug: #1358206
neutron/agent/linux/ovsdb_monitor.py