1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Reduce mail wait time

This commit is contained in:
Eldad Fux 2021-01-01 10:34:44 +02:00
parent 9a1a88d916
commit 0e10137101

View file

@ -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);