Comment 7 for bug 1464016

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/11577
Committed: http://github.org/Juniper/contrail-controller/commit/1da66de73ca881922f36fc37221366394d1e439d
Submitter: Zuul
Branch: master

commit 1da66de73ca881922f36fc37221366394d1e439d
Author: Nischal Sheth <email address hidden>
Date: Fri Jun 12 16:38:28 2015 -0700

Increase open timer for Bgp/Xmpp state machine used in tests

Xmpp server state machine starts the open timer after receiving passive
open and closes the session if it doesn't get an open message before it
expires.

Bgp state machine starts the open timer after receiving passive open in
order to implement a delayed open on the passive side. This should not
be required in normal cases if the active side sends an open right away.

Hence there's no need to use very small values for the open timer during
integration tests.

Change-Id: I32ab7931342dfbefd2266116377b98699702d8dc
Partial-Bug: 1464016