From 5c364f9e947b331bc2fa8da990da22453478b700 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Sun, 14 Jun 2020 01:04:05 +0200 Subject: [PATCH] fix(tests) extend waiting time for --- tests/e2e/Scopes/Scope.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Scopes/Scope.php b/tests/e2e/Scopes/Scope.php index f535d4363..f2018bd21 100644 --- a/tests/e2e/Scopes/Scope.php +++ b/tests/e2e/Scopes/Scope.php @@ -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)) {