DNM: workarounds needed for BGP update

- test BGP update with higher timeout for control plane test

Change-Id: Ifb0cfba433d09cb1c9b752e5f276edbebf0aeb0a
This commit is contained in:
Eduardo Olivares 2023-08-22 10:40:29 +02:00
parent 1d56f8c800
commit fc5e7f2cc2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ result_file={{ working_dir }}/control-plane-test-${PID}.log
kill "${PID}"
max_tries=60 # 5min
max_tries=84 # 7min
current_try=0
until [ -e ${done_file} ]; do
if [ $current_try -le $max_tries ]; then