mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +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").
|
||||
|
||||
suite() ->
|
||||
[{timetrap, {seconds,20}}].
|
||||
[{timetrap, {seconds,120}}].
|
||||
|
||||
init_per_suite(Config) ->
|
||||
NewConfig = init_config(Config),
|
||||
|
Loading…
Reference in New Issue
Block a user