File tree 1 file changed +4
-4
lines changed
Filter options
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 21
21
- SYMFONY_PROCESS_PHP_TEST_BINARY=~/.phpenv/shims/php
22
22
- MESSENGER_AMQP_DSN=amqp://localhost/%2f/messages
23
23
- MESSENGER_REDIS_DSN=redis://127.0.0.1:7006/messages
24
- - MESSENGER_SQS_DSN=sqs://localhost:9494/messages?sslmode=disable
25
- - MESSENGER_SQS_FIFO_QUEUE_DSN=sqs://localhost:9494/messages.fifo?sslmode=disable
24
+ - MESSENGER_SQS_DSN=" sqs://localhost:9494/messages?sslmode=disable&poll_timeout=0.01"
25
+ - MESSENGER_SQS_FIFO_QUEUE_DSN=" sqs://localhost:9494/messages.fifo?sslmode=disable&poll_timeout=0.01"
26
26
- SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
27
27
28
28
matrix :
@@ -73,8 +73,8 @@ before_install:
73
73
74
74
- |
75
75
# Start Sqs server
76
- docker pull feathj/fake -sqs
77
- docker run -d -p 9494:9494 --name sqs feathj/fake -sqs
76
+ docker pull asyncaws/testing -sqs
77
+ docker run -d -p 9494:9494 --name sqs asyncaws/testing -sqs
78
78
79
79
- |
80
80
# Start Kafka and install an up-to-date librdkafka
You can’t perform that action at this time.
0 commit comments