io_timeout.php revision 2c5ce90c334a2d0f18474e85c93b424b6ec9daaa
<?php
sleep(5);
header('Content-type: text/plain");
echo "TIMEOUT";
?>