Tests: adjusted socket read timeout in stream tests.

Read timeout was increased to prevent situation when data is delayed with
more than 3 seconds.  In this case, part of the response could be cut off.
9 files changed
tree: b45d463ff9b10adbb3c124114edddf18063e8b63
  1. lib/
  2. access.t
  3. access_log.t
  4. access_log_variables.t
  5. addition.t
  6. auth_basic.t
  7. auth_request.t
  8. auth_request_satisfy.t
  9. auth_request_set.t
  10. autoindex.t
  11. autoindex_format.t
  12. body.t
  13. body_chunked.t
  14. charset.t
  15. charset_gzip_static.t
  16. config_dump.t
  17. dav.t
  18. dav_chunked.t
  19. debug_connection.t
  20. debug_connection_syslog.t
  21. empty_gif.t
  22. error_log.t
  23. fastcgi.t
  24. fastcgi_body.t
  25. fastcgi_body2.t
  26. fastcgi_buffering.t
  27. fastcgi_cache.t
  28. fastcgi_header_params.t
  29. fastcgi_keepalive.t
  30. fastcgi_merge_params.t
  31. fastcgi_merge_params2.t
  32. fastcgi_request_buffering.t
  33. fastcgi_request_buffering_chunked.t
  34. fastcgi_split.t
  35. fastcgi_variables.t
  36. geo.t
  37. gunzip.t
  38. gunzip_memcached.t
  39. gunzip_perl.t
  40. gunzip_ssi.t
  41. gunzip_static.t
  42. gzip.t
  43. gzip_flush.t
  44. h2.t
  45. headers.t
  46. http_disable_symlinks.t
  47. http_error_page.t
  48. http_expect_100_continue.t
  49. http_host.t
  50. http_location.t
  51. http_location_auto.t
  52. http_location_win32.t
  53. http_resolver.t
  54. http_resolver_aaaa.t
  55. http_server_name.t
  56. http_try_files.t
  57. http_variables.t
  58. image_filter.t
  59. image_filter_finalize.t
  60. index.t
  61. js.t
  62. LICENSE
  63. limit_conn.t
  64. limit_conn_complex.t
  65. limit_req.t
  66. mail_error_log.t
  67. mail_imap.t
  68. mail_imap_ssl.t
  69. mail_pop3.t
  70. mail_resolver.t
  71. mail_smtp.t
  72. mail_smtp_greeting_delay.t
  73. mail_smtp_xclient.t
  74. map.t
  75. memcached.t
  76. memcached_fake.t
  77. memcached_keepalive.t
  78. memcached_keepalive_stale.t
  79. mp4.t
  80. not_modified.t
  81. not_modified_proxy.t
  82. perl.t
  83. perl_gzip.t
  84. post_action.t
  85. proxy.t
  86. proxy_bind.t
  87. proxy_cache.t
  88. proxy_cache_chunked.t
  89. proxy_cache_lock.t
  90. proxy_cache_lock_age.t
  91. proxy_cache_lock_ssi.t
  92. proxy_cache_path.t
  93. proxy_cache_range.t
  94. proxy_cache_revalidate.t
  95. proxy_cache_variables.t
  96. proxy_cache_vary.t
  97. proxy_chunked.t
  98. proxy_cookie.t
  99. proxy_force_ranges.t
  100. proxy_if.t
  101. proxy_keepalive.t
  102. proxy_limit_rate.t
  103. proxy_merge_headers.t
  104. proxy_next_upstream.t
  105. proxy_next_upstream_tries.t
  106. proxy_noclose.t
  107. proxy_protocol.t
  108. proxy_redirect.t
  109. proxy_request_buffering.t
  110. proxy_request_buffering_chunked.t
  111. proxy_request_buffering_ssl.t
  112. proxy_set_body.t
  113. proxy_ssi_body.t
  114. proxy_ssl.t
  115. proxy_ssl_certificate.t
  116. proxy_ssl_keepalive.t
  117. proxy_ssl_name.t
  118. proxy_ssl_verify.t
  119. proxy_store.t
  120. proxy_unfinished.t
  121. proxy_upgrade.t
  122. proxy_upstream_cookie.t
  123. proxy_variables.t
  124. proxy_websocket.t
  125. proxy_xar.t
  126. random_index.t
  127. range.t
  128. range_charset.t
  129. range_flv.t
  130. range_if_range.t
  131. range_mp4.t
  132. README
  133. realip.t
  134. referer.t
  135. rewrite.t
  136. rewrite_set.t
  137. rewrite_unescape.t
  138. scgi.t
  139. scgi_body.t
  140. scgi_cache.t
  141. scgi_gzip.t
  142. scgi_merge_params.t
  143. secure_link.t
  144. spdy.t
  145. split_clients.t
  146. ssi.t
  147. ssi_if.t
  148. ssi_include_big.t
  149. ssi_waited.t
  150. ssl.t
  151. ssl_certificate_chain.t
  152. ssl_engine_keys.t
  153. ssl_password_file.t
  154. ssl_proxy_protocol.t
  155. ssl_proxy_upgrade.t
  156. ssl_sni.t
  157. stream_access.t
  158. stream_error_log.t
  159. stream_limit_conn.t
  160. stream_limit_rate.t
  161. stream_proxy.t
  162. stream_proxy_bind.t
  163. stream_proxy_next_upstream.t
  164. stream_proxy_protocol.t
  165. stream_proxy_protocol_ipv6.t
  166. stream_proxy_protocol_ssl.t
  167. stream_proxy_ssl.t
  168. stream_proxy_ssl_certificate.t
  169. stream_proxy_ssl_name.t
  170. stream_proxy_ssl_verify.t
  171. stream_ssl.t
  172. stream_tcp_nodelay.t
  173. stream_upstream.t
  174. stream_upstream_hash.t
  175. stream_upstream_least_conn.t
  176. stream_upstream_zone_ssl.t
  177. stub_status.t
  178. sub_filter.t
  179. sub_filter_merge.t
  180. sub_filter_multi.t
  181. sub_filter_multi2.t
  182. sub_filter_perl.t
  183. sub_filter_ssi.t
  184. syslog.t
  185. upstream.t
  186. upstream_hash.t
  187. upstream_hash_memcached.t
  188. upstream_ip_hash.t
  189. upstream_least_conn.t
  190. upstream_zone_ssl.t
  191. userid.t
  192. uwsgi.t
  193. xslt.t
  194. xslt_params.t