From 06c71f40b9f449296d3553e8f36699f2a4e66363 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Sun, 14 Jun 2020 10:12:26 +0200 Subject: [PATCH] extend timeout for email tests --- 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 f2018bd21..842e9a34b 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); if($emails && is_array($emails)) {