Skip to content

Commit

Permalink
fix: reply timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
al.terekhov committed Feb 15, 2023
1 parent d42d788 commit fb7da54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class AmqpGatlingTest extends Simulation {
.declare(testExchange)
.declare(testQueue)
.bindQueue(testQueue, testExchange,"routingKey", java.util.Map.of())
.replyTimeout(2000)
.replyTimeout(20000)
.consumerThreadsCount(1)
.usePersistentDeliveryMode()
.protocol(),
Expand Down

0 comments on commit fb7da54

Please sign in to comment.