File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 include :
18- # - arch: armv7
19- # distro: ubuntu20.04
20- # test/check_cache.c:74:F:core:test_cache_redis:0: Assertion 'value == ((void *)0)' failed: value == 0x4006a290, ((void *)0) == 0
21- # test/check_nginx.c:102:E:core:test_request_context:0: (after this point) Test timeout expired
22- # test/check_nginx.c:114:E:core:test_nginx_http_response_set:0: (after this point) Received signal 11 (Segmentation fault)
18+ - arch : armv7
19+ distro : ubuntu20.04
2320 - arch : aarch64
2421 distro : ubuntu20.04
2522 - arch : ppc64le
Original file line number Diff line number Diff line change @@ -231,6 +231,9 @@ Suite *oauth2_check_cache_suite()
231231#ifdef HAVE_LIBHIREDIS
232232 tcase_add_test (c , test_cache_redis );
233233#endif
234+
235+ tcase_set_timeout (c , 8 );
236+
234237 suite_add_tcase (s , c );
235238
236239 return s ;
Original file line number Diff line number Diff line change @@ -478,6 +478,8 @@ Suite *oauth2_check_jose_suite()
478478 tcase_add_test (c , test_jwk_resolve_plain );
479479 tcase_add_test (c , test_jwt_verify );
480480
481+ tcase_set_timeout (c , 8 );
482+
481483 suite_add_tcase (s , c );
482484
483485 return s ;
Original file line number Diff line number Diff line change @@ -1097,6 +1097,8 @@ Suite *oauth2_check_openidc_suite()
10971097 tcase_add_test (c , test_openidc_handle_cache );
10981098 tcase_add_test (c , test_openidc_state_cookie );
10991099
1100+ tcase_set_timeout (c , 8 );
1101+
11001102 suite_add_tcase (s , c );
11011103
11021104 return s ;
You can’t perform that action at this time.
0 commit comments