]> git.puffer.fish Git - mirror/frr.git/commitdiff
isisd, ospfd: increase timeout to fix intermittent LDP Sync test failure 7661/head
authorKaren Schoener <karen@volta.io>
Thu, 3 Dec 2020 16:23:59 +0000 (11:23 -0500)
committerKaren Schoener <karen@volta.io>
Thu, 3 Dec 2020 16:23:59 +0000 (11:23 -0500)
Currently, IGPs are coded to receive a 'hello' message from LDP every second.
Intermittently, LDP Sync topotests are failing because the IGPs fail to
receive this 'hello' message every second.
When the LDP Sync topotests fail, LDP logs show that LDP is processing
zapi messages for 1-2 seconds.

This is a shortterm fix, in order to prevent CI pipeline failures.
The longterm fix is in progress.

Signed-off-by: Karen Schoener <karen@voltanet.io>
lib/ldp_sync.h

index daede566f0a2cf89394e9b669535fc76a39949a7..73e3dac3d867ede1abe29da1cfd97aa8da2f3c71 100644 (file)
@@ -39,7 +39,7 @@ extern "C" {
 
 #define LDP_IGP_SYNC_HOLDDOWN_DEFAULT 0
 
-#define LDP_IGP_SYNC_HELLO_TIMEOUT 1
+#define LDP_IGP_SYNC_HELLO_TIMEOUT 5
 
 /* LDP-IGP Sync structures */
 struct ldp_sync_info_cmd {