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