diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-06 21:01:45 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-06 21:01:45 +0100 |
commit | 40525d07a858c90293bc09188fb539a1cec3f8aa (patch) | |
tree | cc917c104c9942d5fc0f7bffd76fb4cb6eefdbed /test/scripts/2000-GnuTLS | |
parent | 687a382d6fd27a355a551d8cfc64e1791f1fa4a7 (diff) |
Teach SMTP input sync check ("input sent too soon") about SMTP input buffering
Diffstat (limited to 'test/scripts/2000-GnuTLS')
-rw-r--r-- | test/scripts/2000-GnuTLS/2031 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/2000-GnuTLS/2031 b/test/scripts/2000-GnuTLS/2031 index 65b529093..76186b5e4 100644 --- a/test/scripts/2000-GnuTLS/2031 +++ b/test/scripts/2000-GnuTLS/2031 @@ -6,14 +6,14 @@ exim -DSERVER=server -bd -oX PORT_D exim CALLER@test.ex Test message. **** -millisleep 500 +millisleep 700 # # # Extended: server uses SNI to choose certificate exim abcd@test.ex Test message. **** -millisleep 500 +millisleep 700 # # killdaemon |