diff options
author | Hans Nilsson <[email protected]> | 2016-06-02 18:49:37 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-06-02 19:15:16 +0200 |
commit | 8a27310537c01fb2e8fc7f084d114fc1125b7ed2 (patch) | |
tree | bde412fb62dc5c5bb80fc9257d8d2aa7271e9755 /lib/eldap/test/eldap_basic_SUITE.erl | |
parent | 5dab28556e2b0a93d172d4a7df911b65fb2d1829 (diff) | |
download | otp-8a27310537c01fb2e8fc7f084d114fc1125b7ed2.tar.gz otp-8a27310537c01fb2e8fc7f084d114fc1125b7ed2.tar.bz2 otp-8a27310537c01fb2e8fc7f084d114fc1125b7ed2.zip |
eldap: increase test suite timetrap
A couple of test machines seem to have slow networking (?), so the remote eldap server initialization is aborted in init_per_suite
Diffstat (limited to 'lib/eldap/test/eldap_basic_SUITE.erl')
-rw-r--r-- | lib/eldap/test/eldap_basic_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eldap/test/eldap_basic_SUITE.erl b/lib/eldap/test/eldap_basic_SUITE.erl index d52a7c83f7..ac3447cfe6 100644 --- a/lib/eldap/test/eldap_basic_SUITE.erl +++ b/lib/eldap/test/eldap_basic_SUITE.erl @@ -32,7 +32,7 @@ -define(manageDsaIT, {control,"2.16.840.1.113730.3.4.2",false,asn1_NOVALUE}). suite() -> - [{timetrap,{seconds,40}}]. + [{timetrap,{seconds,360}}]. all() -> [app, |