diff --git a/tests/acceptance/bootstrap/NotificationContext.php b/tests/acceptance/bootstrap/NotificationContext.php index 6caf1e87b6..55f2409a91 100644 --- a/tests/acceptance/bootstrap/NotificationContext.php +++ b/tests/acceptance/bootstrap/NotificationContext.php @@ -399,7 +399,7 @@ class NotificationContext implements Context { $this->featureContext->theHTTPStatusCodeShouldBe(200, "", $response); ++$count; } while (!isset($this->filterResponseAccordingToNotificationSubject($subject, $response)->message) - && $count <= 5 + && $count <= 10 ); if (isset($this->filterResponseAccordingToNotificationSubject($subject, $response)->message)) { $actualMessage = str_replace(