From b783059846128f392efba38f4edd74e8148953c9 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Fri, 7 Nov 2025 13:20:10 +0545 Subject: [PATCH] increase timeout waiting for notification --- tests/acceptance/bootstrap/NotificationContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/bootstrap/NotificationContext.php b/tests/acceptance/bootstrap/NotificationContext.php index 6caf1e87b..55f2409a9 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(