Commit 836bb3e
committed
Bump timeout in RabbitMQ AMQP 1.0 Erlang client
Bump the timeout for management operations and link attachments from 20s
to 30s. We've seen timeouts in CI.
We bump the poll interval of the `?awaitMatch` macro because CI
sometimes flaked by crashing in
https://github.com/rabbitmq/rabbitmq-server/blob/0e803de6dd54bea8dd86290c76625c11302d2ea2/deps/rabbitmq_amqp_client/src/rabbitmq_amqp_client.erl#L411
which indicates that the client lib received a response from a previous
request.
(cherry picked from commit 44657cd)1 parent 708c2e4 commit 836bb3e
File tree
2 files changed
+3
-3
lines changed- deps
- rabbitmq_amqp_client/src
- rabbit/test
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3873 | 3873 | | |
3874 | 3874 | | |
3875 | 3875 | | |
3876 | | - | |
| 3876 | + | |
3877 | 3877 | | |
3878 | 3878 | | |
3879 | 3879 | | |
| |||
5456 | 5456 | | |
5457 | 5457 | | |
5458 | 5458 | | |
5459 | | - | |
| 5459 | + | |
5460 | 5460 | | |
5461 | 5461 | | |
5462 | 5462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments