From: bluhm Date: Mon, 14 Jul 2014 00:14:43 +0000 (+0000) Subject: Now that the relayd timeouts have been fixed, make the http timeout X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=19215dd28284e07e429ddb9db354bb8146ac7983;p=openbsd 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. --- 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",