You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/tests/simpletest/test/site/slow_page.php

6 lines
132 B
PHP

<?php
sleep(2);
?><html>
<head><title>Slow page</title></head>
<body>This page takes at least two seconds</body>
</html>