Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Release preparation (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorszun authored Apr 9, 2019
1 parent ab93afc commit 150cfab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The project currently provides the following functionality:

~~~elixir
def deps do
[{:gen_rmq, "~> 1.1.0"}]
[{:gen_rmq, "~> 1.2.0"}]
end
~~~

Expand Down
2 changes: 1 addition & 1 deletion test/support/assert.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule GenRMQ.Test.Assert do
Agent.start_link(fn -> Map.new() end, name: __MODULE__)
end

def repeatedly(function, time \\ 5_000, interval \\ 500) do
def repeatedly(function, time \\ 10_000, interval \\ 250) do
task = Task.async(fn -> repeatedly_loop(function, interval) end)

case Task.yield(task, time) do
Expand Down

0 comments on commit 150cfab

Please sign in to comment.