diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-31 18:32:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-31 21:20:50 +0000 |
commit | 313dcd5968cd8a02995322fa771f4d56b9f15e49 (patch) | |
tree | 6a20102b5de4e86f47097bcd7166ea1c5fa7d51d /test/confs | |
parent | 57d70161718e02927a22d6a3481803b72035ac46 (diff) |
Testsuite: longer timing for OpenSSL resumption tests
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5892 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/5892 b/test/confs/5892 index 0aec9bfaf..15b09fcff 100644 --- a/test/confs/5892 +++ b/test/confs/5892 @@ -30,6 +30,7 @@ tls_certificate = CDIR/server1.example.com/server1.example.com.chain.pem tls_privatekey = CDIR/server1.example.com/server1.example.com.unlocked.key tls_resumption_hosts = 127.0.0.1 +remote_max_parallel = 1 # ------ ACL ------ @@ -70,7 +71,7 @@ begin routers client: driver = accept condition = ${if eq {SERVER}{server}{no}{yes}} - transport = send_to_server${if eq{$local_part}{abcd}{2}{1}} + transport = send_to_server${if eq{$local_part}{hostnotresume}{2}{1}} server: driver = redirect |