1
0
Fork 0
mirror of synced 2024-06-16 17:54:53 +12:00

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

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)) {