Skip to content

Commit

Permalink
increased timeout to get travis build to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
craigp committed Mar 2, 2016
1 parent 978ae04 commit 37c873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/slack_logger_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule SlackLoggerTest do
Plug.Conn.resp(conn, 200, "ok")
end
Logger.error "This error should be logged to Slack"
:timer.sleep(100)
:timer.sleep(200)
end

end

0 comments on commit 37c873a

Please sign in to comment.