mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Reduce mail wait time
This commit is contained in:
parent
9a1a88d916
commit
0e10137101
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ abstract class Scope extends TestCase
|
|||
|
||||
protected function getLastEmail():array
|
||||
{
|
||||
sleep(10);
|
||||
sleep(5);
|
||||
|
||||
$emails = json_decode(file_get_contents('http://maildev/email'), true);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue