Skip to content

Commit

Permalink
Add reconnect wait to TLS test
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldemar Quevedo committed Mar 24, 2017
1 parent 614e290 commit 289f4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,7 @@ def test_tls_verify_fails(self):
"error_cb": c.error_cb,
"disconnected_cb": c.disconnected_cb,
"reconnected_cb": c.reconnected_cb,
"reconnect_time_wait": 0.1,
"tls": {
"cert_reqs": ssl.CERT_REQUIRED,
# "ca_certs": "./tests/configs/certs/ca.pem",
Expand Down

0 comments on commit 289f4d4

Please sign in to comment.