increase timeout waiting for notification

This commit is contained in:
Artur Neumann
2025-11-07 13:20:10 +05:45
parent d8859757d9
commit b783059846

View File

@@ -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(