Comment 8 for bug 1464016

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

Reviewed: https://review.opencontrail.org/11578
Committed: http://github.org/Juniper/contrail-controller/commit/2865a4dba70210d9a4b17242f33bc7c38226db4d
Submitter: Zuul
Branch: R2.20

commit 2865a4dba70210d9a4b17242f33bc7c38226db4d
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