fix(tests) extend waiting time for

This commit is contained in:
Torsten Dittmann
2020-06-14 01:04:05 +02:00
parent 9aa9008f82
commit 5c364f9e94
+1 -1
View File
@@ -33,7 +33,7 @@ abstract class Scope extends TestCase
protected function getLastEmail():array
{
sleep(3);
sleep(5);
$emails = json_decode(file_get_contents('http://maildev/email'), true);
if($emails && is_array($emails)) {