From 19215dd28284e07e429ddb9db354bb8146ac7983 Mon Sep 17 00:00:00 2001 From: bluhm Date: Mon, 14 Jul 2014 00:14:43 +0000 Subject: [PATCH] Now that the relayd timeouts have been fixed, make the http timeout test more strict again. Backout rev 1.2 of args-timeout-http.pl. --- regress/usr.sbin/relayd/args-timeout-http.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/usr.sbin/relayd/args-timeout-http.pl b/regress/usr.sbin/relayd/args-timeout-http.pl index 424543011bf..bfc87cce3ae 100644 --- a/regress/usr.sbin/relayd/args-timeout-http.pl +++ b/regress/usr.sbin/relayd/args-timeout-http.pl @@ -17,8 +17,8 @@ our %args = ( func => sub { errignore(); http_server(@_); - sleep 5; - write_char(@_, 5); + sleep 4; + write_char(@_, 4); }, sleep => 1, down => "Broken pipe", -- 2.20.1