runtests: allow longer socket wakeup

This commit is contained in:
Dan Bungert 2023-02-06 16:39:06 -07:00
parent 6f6178c601
commit cb9c2263e7
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ if [ "${RELEASE%.*}" -ge 20 ]; then
port=50321
LANG=C.UTF-8 python3 -m system_setup.cmd.server --dry-run --tcp-port=$port &
subiquity_pid=$!
next_time=3
next_time=10
until [ $next_time -eq 0 ] || [ ! -z "$(ss -Hlt sport = $port)" ]; do
sleep $(( next_time-- ))
done