Skip to content

Commit 203a497

Browse files
committed
AC-14558::Migration form RabbitMQ to Apache ActiveMQ
1 parent f5ff66e commit 203a497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Stomp/UseCase/WildcardTopicTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ public function testWildCardMatchingTopic(string $topic, array $matchingQueues,
5656
This test is STOMP-specific.');
5757
}
5858

59+
sleep(10);
5960
$testObject = $this->generateTestObject();
6061
$this->publisher->publish($topic, $testObject);
61-
62+
sleep(10);
6263
$this->waitForAsynchronousResult(count($matchingQueues), $this->logFilePath);
6364

6465
$this->assertFileExists($this->logFilePath, "No handlers invoked (log file was not created).");

0 commit comments

Comments
 (0)