diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2015-02-23 15:52:23 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2015-02-23 15:52:23 +0100 |
commit | 6a094f911889a6035d1c64c35c5aaf0372f90970 (patch) | |
tree | 196e2cd93e4cf22fd52f0929d85bcfc71ae2bf79 | |
parent | Add script for systemd (Guthub #434) (diff) | |
parent | Increase common test timeout (diff) |
Merge branch 'master' of github.com:processone/ejabberd
-rw-r--r-- | test/ejabberd_SUITE.erl | 2 |
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), |