Updated sleep time

This commit is contained in:
Eldad Fux
2021-01-01 16:09:04 +02:00
parent 5ec8bcff4c
commit bc3ffd9df8
+1 -1
View File
@@ -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);