aboutsummaryrefslogtreecommitdiff
path: root/test/ejabberd_SUITE.erl
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2015-02-23 11:03:15 +0100
committerMickaël Rémond <mremond@process-one.net>2015-02-23 11:03:15 +0100
commitd4cf42dcc39745affb343ec7d1a4de17b2b9c830 (patch)
tree0a024c49e28e1013d77ef13ae62992787eb1a77f /test/ejabberd_SUITE.erl
parentAdd compatibility macros for deprecated types (thanks to Alexey) (diff)
Increase common test timeout
This is needed to cope with long launch time on small / slow VM. Fixes #440
Diffstat (limited to 'test/ejabberd_SUITE.erl')
-rw-r--r--test/ejabberd_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ejabberd_SUITE.erl b/test/ejabberd_SUITE.erl
index 380ed606f..a2fa16483 100644
--- a/test/ejabberd_SUITE.erl
+++ b/test/ejabberd_SUITE.erl
@@ -25,7 +25,7 @@
-include("suite.hrl").
suite() ->
- [{timetrap, {seconds,20}}].
+ [{timetrap, {seconds,120}}].
init_per_suite(Config) ->
NewConfig = init_config(Config),