mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01: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:
parent
0c0947a241
commit
d4cf42dcc3
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user