This timeout should be in seconds
This commit is contained in:
parent
ac19b90e66
commit
9e8f354ff2
|
|
@ -194,7 +194,7 @@ defmodule ListQueuesCommandTest do
|
|||
AMQP.Basic.publish(channel, "", name,
|
||||
"test_message" <> Integer.to_string(i))
|
||||
end
|
||||
AMQP.Confirm.wait_for_confirms_or_die(channel, 10000)
|
||||
AMQP.Confirm.wait_for_confirms_or_die(channel, 15)
|
||||
end)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue