24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Increase common test timeout

This is needed to cope with long launch time on small / slow VM.
Fixes #440
This commit is contained in:
Mickaël Rémond 2015-02-23 11:03:15 +01:00
parent 0c0947a241
commit d4cf42dcc3

View File

@ -25,7 +25,7 @@
-include("suite.hrl"). -include("suite.hrl").
suite() -> suite() ->
[{timetrap, {seconds,20}}]. [{timetrap, {seconds,120}}].
init_per_suite(Config) -> init_per_suite(Config) ->
NewConfig = init_config(Config), NewConfig = init_config(Config),