1
0
Fork 0
mirror of synced 2024-08-20 20:51:40 +12:00
appwrite/tests/resources/functions/timeout/index.php
2022-05-23 14:54:50 +00:00

5 lines
64 B
PHP

<?php
return function ($request, $response) {
sleep(5);
};