This timeout should be in seconds

This commit is contained in:
Michael Klishin 2016-05-20 17:50:26 +03:00
parent ac19b90e66
commit 9e8f354ff2
1 changed files with 1 additions and 1 deletions

View File

@ -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