Skip to content

Commit 5575935

Browse files
[neighsyncd] increase neighsyncd timeout (sonic-net#2209)
- What I did Increased the neighsyncd timeout. - Why I did it Restore_neigh takes a bit more time to start thus it could be that the neighsyncd timeout is not enough to wait for restore_neighbors - How I verified it py.test platform_tests/test_advanced_reboot.py::test_warm_reboot_sad[sad_lag_member] --inventory="../ansible/inventory,../ansible/veos" --host-pattern arc-switch1004 --module-path ../ansible/library/ --testbed arc-switch1004-t0-56 --testbed_file ../ansible/testbed.csv --allow_recover --log-cli-level info --skip_sanity Signed-off-by: Stepan Blyschak <[email protected]>
1 parent 0f06910 commit 5575935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neighsyncd/neighsync.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* service to finish, should be longer than the restore_neighbors timeout value (110)
1515
* This should not happen, if happens, system is in a unknown state, we should exit.
1616
*/
17-
#define RESTORE_NEIGH_WAIT_TIME_OUT 120
17+
#define RESTORE_NEIGH_WAIT_TIME_OUT 180
1818

1919
namespace swss {
2020

0 commit comments

Comments
 (0)