Now that the relayd timeouts have been fixed, make the http timeout
authorbluhm <bluhm@openbsd.org>
Mon, 14 Jul 2014 00:14:43 +0000 (00:14 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 14 Jul 2014 00:14:43 +0000 (00:14 +0000)
test more strict again.  Backout rev 1.2 of args-timeout-http.pl.

regress/usr.sbin/relayd/args-timeout-http.pl

index 4245430..bfc87cc 100644 (file)
@@ -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",