1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

extend timeout for email tests

This commit is contained in:
Torsten Dittmann 2020-06-14 10:12:26 +02:00
parent 6b365d5e73
commit 06c71f40b9

View file

@ -33,7 +33,7 @@ abstract class Scope extends TestCase
protected function getLastEmail():array protected function getLastEmail():array
{ {
sleep(5); sleep(10);
$emails = json_decode(file_get_contents('http://maildev/email'), true); $emails = json_decode(file_get_contents('http://maildev/email'), true);
if($emails && is_array($emails)) { if($emails && is_array($emails)) {