timeout-test.html 431 B

12345678910111213
  1. <html>
  2. <head>
  3. <title>10m10s Timeout Test</title>
  4. </head>
  5. <body>
  6. To run this test, both timeout-test.html and timeout-test.php must be served over http.<br>
  7. And you must be patient.<br>
  8. Clicking on this button will post a form that takes over 10 minutes for the server to respond. The connection should not time out!<br>
  9. <form action="timeout-test.php" method="post">
  10. <input type="submit" value="Run Test">
  11. </form>
  12. </body>
  13. </html>