Skip to content

Commit

Permalink
Bug 1341938 - Extend ticket lifetime in tests, r=ttaubert
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : e0766096a080d11a1deb97055053fb700243ba38
  • Loading branch information
martinthomson committed Feb 24, 2017
1 parent c4ab784 commit d587e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtests/ssl_gtest/tls_connect.cc
Expand Up @@ -174,7 +174,7 @@ void TlsConnectTestBase::ClearServerCache() {
void TlsConnectTestBase::SetUp() {
SSL_ConfigServerSessionIDCache(1024, 0, 0, g_working_dir_path.c_str());
SSLInt_ClearSessionTicketKey();
SSLInt_SetTicketLifetime(10);
SSLInt_SetTicketLifetime(30);
ClearStats();
Init();
}
Expand Down

0 comments on commit d587e67

Please sign in to comment.