From bc3ffd9df80e9e5f54b45d97d0747197be623b34 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 1 Jan 2021 16:09:04 +0200 Subject: [PATCH] Updated sleep time --- 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 9de1f1941..fae34a87f 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(5); + sleep(10); $emails = json_decode(file_get_contents('http://maildev/email'), true);