mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
extend timeout for email tests
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);
|
||||
|
||||
if($emails && is_array($emails)) {
|
||||
|
||||
Reference in New Issue
Block a user