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