Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2015-02-23 13:03:15 +0300
committerMickaël Rémond <mremond@process-one.net>2015-02-23 13:03:15 +0300
commitd4cf42dcc39745affb343ec7d1a4de17b2b9c830 (patch)
tree0a024c49e28e1013d77ef13ae62992787eb1a77f /test
parent0c0947a24166bc2660fcc6dbc8d5a49d9a3a99a5 (diff)
Increase common test timeout
This is needed to cope with long launch time on small / slow VM. Fixes #440
Diffstat (limited to 'test')
-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),