Skip to content

Commit 337bb00

Browse files
committed
fix travis
1 parent db7e05d commit 337bb00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/test

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ function waitForService()
2323
waitForService rabbitmq 5672 50
2424
waitForService mysql 3306 50
2525
waitForService redis 6379 50
26-
waitForService beanstalkd 11300
27-
waitForService gearmand 4730
28-
waitForService kafka 9092
26+
waitForService beanstalkd 11300 50
27+
waitForService gearmand 4730 50
28+
waitForService kafka 9092 50
2929

3030
php pkg/job-queue/Tests/Functional/app/console doctrine:database:create
3131
php pkg/job-queue/Tests/Functional/app/console doctrine:schema:update --force

0 commit comments

Comments
 (0)