Skip to content

Commit

Permalink
Set TLS timeout in test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Treat committed Jun 7, 2017
1 parent 648b736 commit 6028976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/configs/tls_test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ listen: localhost:4443
tls {
cert_file: "./configs/certs/server.pem"
key_file: "./configs/certs/key.pem"
timeout: 2
}
1 change: 1 addition & 0 deletions server/configs/tls_verify_test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ tls {
key_file: "./configs/certs/key.new.pem"
ca_file: "./configs/certs/cert.new.pem"
verify: true
timeout: 2
}

0 comments on commit 6028976

Please sign in to comment.