diff dav_chunked.t @ 339:9d0a2fa47ac6

Tests: change http timeout to 5s, imap/pop3/smtp to 3s. Excessive testing shows it should be enough to don't trigger false positive test suite failures on slow machines. Drop custom timeouts as previously used by dav_chunked.t accordingly.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Sep 2013 22:54:43 +0400
parents a9621dbbd0d4
children 43e05ac6c23c
line wrap: on
line diff
--- a/dav_chunked.t
+++ b/dav_chunked.t
@@ -87,7 +87,7 @@ is(read_file($t->testdir() . '/file'), '
 
 my $body = ('a' . CRLF . '1234567890' . CRLF) x 1024 . '0' . CRLF . CRLF;
 
-$r = http(<<EOF, timeout => 5);
+$r = http(<<EOF);
 PUT /file HTTP/1.1
 Host: localhost
 Connection: close