summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-02-23 15:52:23 +0100
committerChristophe Romain <christophe.romain@process-one.net>2015-02-23 15:52:23 +0100
commit6a094f911889a6035d1c64c35c5aaf0372f90970 (patch)
tree196e2cd93e4cf22fd52f0929d85bcfc71ae2bf79
parentAdd script for systemd (Guthub #434) (diff)
parentIncrease common test timeout (diff)
Merge branch 'master' of github.com:processone/ejabberd
-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 380ed606..a2fa1648 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),