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 c6c4b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ env:
- COVERALLS=false
before_script:
- IP_IFACE=eth0 ./scripts/docker_up.sh
- sleep 60
script:
- MIX_ENV=test mix deps.compile
- ./scripts/ci_tests.sh
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 c6c4b6e

Please sign in to comment.