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
1 changed files with 1 additions and 1 deletions

View File

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