File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1646,7 +1646,7 @@ TEST(HttpTest, SerialRequestsWithSameObjectAfterCancel) {
16461646}
16471647
16481648TEST (HttpTest, DestroyClientBeforeRequestComplete) {
1649- TestEventLoop loop;
1649+ TestEventLoop loop ( chrono::seconds ( 30 )) ;
16501650
16511651 bool client_hit_header = false ;
16521652 bool client_hit_body = false ;
@@ -2200,7 +2200,7 @@ TEST(HttpsTest, NoCertificateError) {
22002200}
22012201
22022202TEST (HttpsTest, CorrectDefaultCertificateStoreVerification) {
2203- TestEventLoop loop;
2203+ TestEventLoop loop ( chrono::seconds ( 30 )) ;
22042204
22052205 bool client_hit_header {false };
22062206 bool client_hit_body {false };
@@ -2527,7 +2527,7 @@ TEST(HttpsTest, MtlsSuccess) {
25272527}
25282528
25292529TEST (HttpsTest, CertsAndKeysLoadFailures) {
2530- TestEventLoop loop;
2530+ TestEventLoop loop ( chrono::seconds ( 30 )) ;
25312531
25322532 auto handler = [](http::ExpectedIncomingResponsePtr exp_resp) {
25332533 ASSERT_TRUE (false ) << " Should never get here" ;
You can’t perform that action at this time.
0 commit comments