This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
appwrite
Watch
1
Star
0
Fork
You've already forked appwrite
0
mirror of
https://github.com/appwrite/appwrite
synced
2026-05-09 18:21:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cfd7534993
appwrite
/
tests
/
resources
/
functions
/
timeout
/
index.php
7 lines
92 B
PHP
Raw
Normal View
History
Unescape
Escape
Added timeput tests
2020-12-12 05:42:29 +00:00
<
?
php
Fix failing tests
2023-08-16 06:19:42 +00:00
return
function
(
$context
)
{
sleep
(
60
);
return
$context
->
res
->
send
(
'OK'
);
format files in app, src, tests
2022-05-23 14:54:50 +00:00
};
Reference in a new issue
Copy permalink