mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated sleep time
This commit is contained in:
@@ -33,7 +33,7 @@ abstract class Scope extends TestCase
|
||||
|
||||
protected function getLastEmail():array
|
||||
{
|
||||
sleep(5);
|
||||
sleep(10);
|
||||
|
||||
$emails = json_decode(file_get_contents('http://maildev/email'), true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user