1
0
Fork 0
mirror of synced 2024-06-17 10:14:50 +12:00

Updated sleep time

This commit is contained in:
Eldad Fux 2021-01-01 16:09:04 +02:00
parent 5ec8bcff4c
commit bc3ffd9df8

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