Skip to content

Commit

Permalink
Attempt to increase ExUnit timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruggem committed Oct 8, 2018
1 parent f9bf497 commit ae47859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ExUnit.start()

ExUnit.configure exclude: [integration: true, consumer_group: true, server_0_p_10_p_1: true, server_0_p_9_p_0: true, server_0_p_8_p_0: true]
ExUnit.configure timeout: 120*1000, exclude: [integration: true, consumer_group: true, server_0_p_10_p_1: true, server_0_p_9_p_0: true, server_0_p_8_p_0: true]

defmodule TestHelper do

Expand Down

0 comments on commit ae47859

Please sign in to comment.