diff options
author | Zandra <[email protected]> | 2015-11-16 15:10:27 +0100 |
---|---|---|
committer | Zandra <[email protected]> | 2015-11-16 15:10:27 +0100 |
commit | b99d992454d0ffded5b18907ff905c214fcccc9c (patch) | |
tree | 15321b8b8090aa50f58598e35498a45d1a88ff2f /lib | |
parent | 8a09a732de07b41683714345992dbb9611f29dd7 (diff) | |
download | otp-b99d992454d0ffded5b18907ff905c214fcccc9c.tar.gz otp-b99d992454d0ffded5b18907ff905c214fcccc9c.tar.bz2 otp-b99d992454d0ffded5b18907ff905c214fcccc9c.zip |
fix 24h macro in test suite
Needed after the fix in 120975c4fcb57ecd14031ac046f483e56a3daa4d.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssl/test/ssl_basic_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_basic_SUITE.erl b/lib/ssl/test/ssl_basic_SUITE.erl index 6f6107de2c..f032c769e2 100644 --- a/lib/ssl/test/ssl_basic_SUITE.erl +++ b/lib/ssl/test/ssl_basic_SUITE.erl @@ -35,7 +35,6 @@ -include("tls_record.hrl"). -include("tls_handshake.hrl"). --define('24H_in_sec', 86400). -define(TIMEOUT, 20000). -define(EXPIRE, 10). -define(SLEEP, 500). |