From 2e9c9446e42989294400cec2ed59bc6efb6ae810 Mon Sep 17 00:00:00 2001 From: dtucker Date: Mon, 25 Mar 2024 01:40:47 +0000 Subject: [PATCH] Increase timeout. Resyncs with portable where some of the test VMs are slow enough for this to matter. --- regress/usr.bin/ssh/cfgmatchlisten.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/usr.bin/ssh/cfgmatchlisten.sh b/regress/usr.bin/ssh/cfgmatchlisten.sh index ca2f407a50e..2308db14078 100644 --- a/regress/usr.bin/ssh/cfgmatchlisten.sh +++ b/regress/usr.bin/ssh/cfgmatchlisten.sh @@ -1,4 +1,4 @@ -# $OpenBSD: cfgmatchlisten.sh,v 1.3 2018/07/02 14:13:30 dtucker Exp $ +# $OpenBSD: cfgmatchlisten.sh,v 1.4 2024/03/25 01:40:47 dtucker Exp $ # Placed in the Public Domain. tid="sshd_config matchlisten" @@ -28,7 +28,7 @@ start_client() while test ! -f $pidfile ; do sleep 1 n=`expr $n + 1` - if test $n -gt 5; then + if test $n -gt 60; then kill $client_pid fatal "timeout waiting for background ssh" fi -- 2.20.1