aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_eunit_SUITE.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2019-06-30 08:14:41 -0600
committerTristan Sloughter <[email protected]>2019-08-11 09:16:47 -0600
commitc96a5365a7dedbb9ccabcfcbfc13dd93ca6b08af (patch)
tree8cbbb87fa27cc700ad1369727235bcd9f36e3494 /test/rlx_eunit_SUITE.erl
parentedb2704f45657c9d3f4c4e8bbcfa736115798a88 (diff)
downloadrelx-c96a5365a7dedbb9ccabcfcbfc13dd93ca6b08af.tar.gz
relx-c96a5365a7dedbb9ccabcfcbfc13dd93ca6b08af.tar.bz2
relx-c96a5365a7dedbb9ccabcfcbfc13dd93ca6b08af.zip
drop timetraps
Diffstat (limited to 'test/rlx_eunit_SUITE.erl')
-rw-r--r--test/rlx_eunit_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rlx_eunit_SUITE.erl b/test/rlx_eunit_SUITE.erl
index c7c0751..780e409 100644
--- a/test/rlx_eunit_SUITE.erl
+++ b/test/rlx_eunit_SUITE.erl
@@ -30,7 +30,7 @@
-include_lib("eunit/include/eunit.hrl").
suite() ->
- [{timetrap,{seconds,120}}].
+ [].
init_per_suite(Config) ->
Config.