We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7e05d commit 337bb00Copy full SHA for 337bb00
bin/test
@@ -23,9 +23,9 @@ function waitForService()
23
waitForService rabbitmq 5672 50
24
waitForService mysql 3306 50
25
waitForService redis 6379 50
26
-waitForService beanstalkd 11300
27
-waitForService gearmand 4730
28
-waitForService kafka 9092
+waitForService beanstalkd 11300 50
+waitForService gearmand 4730 50
+waitForService kafka 9092 50
29
30
php pkg/job-queue/Tests/Functional/app/console doctrine:database:create
31
php pkg/job-queue/Tests/Functional/app/console doctrine:schema:update --force
0 commit comments