diff options
Diffstat (limited to 'test/rlx_command_SUITE.erl')
-rw-r--r-- | test/rlx_command_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rlx_command_SUITE.erl b/test/rlx_command_SUITE.erl index 8dd2da8..916bdf7 100644 --- a/test/rlx_command_SUITE.erl +++ b/test/rlx_command_SUITE.erl @@ -34,7 +34,7 @@ -include_lib("eunit/include/eunit.hrl"). suite() -> - [{timetrap,{seconds,120}}]. + []. init_per_suite(Config) -> Config. |