diff dav_chunked.t @ 268:8dac281ff522

Tests: increase timeout for putting big chunk in dav_chunked.t.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 20 Mar 2013 18:20:28 +0400
parents 6a0d934950bc
children a9621dbbd0d4
line wrap: on
line diff
--- a/dav_chunked.t
+++ b/dav_chunked.t
@@ -90,7 +90,7 @@ is(read_file($t->testdir() . '/file'), '
 
 my $body = ('a' . CRLF . '1234567890' . CRLF) x 1024 . '0' . CRLF . CRLF;
 
-$r = http(<<EOF);
+$r = http(<<EOF, timeout => 5);
 PUT /file HTTP/1.1
 Host: localhost
 Connection: close