File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,17 @@ batch:
36
36
- openssl-1.1.1_gcc9
37
37
- openssl-3.0
38
38
- openssl-3.0-fips
39
+ # Group 1 and Group 2 (test_happy_path and test_buffered_send) each take approximately 1300 seconds to run.
40
+ # Group 3 is kept under 1000 seconds (bottlenecked by the slowest testcase which is 1300)
41
+ # Group 4 contains the remaining faster test cases.
39
42
INTEGV2_TEST :
40
- - " test_client_authentication test_dynamic_record_sizes test_sslyze test_sslv2_client_hello"
41
43
- " test_happy_path"
42
- - " test_cross_compatibility"
43
- - " test_early_data test_hello_retry_requests test_sni_match test_pq_handshake test_fragmentation test_key_update"
44
- - " test_session_resumption test_renegotiate_apache test_buffered_send"
45
- - " test_npn test_signature_algorithms"
46
- - " test_version_negotiation test_external_psk test_ocsp test_renegotiate test_serialization test_record_padding"
44
+ - " test_buffered_send"
45
+ - " test_signature_algorithms test_session_resumption test_early_data test_external_psk"
46
+ - " test_version_negotiation test_ocsp test_renegotiate test_serialization test_record_padding
47
+ test_npn test_cross_compatibility test_renegotiate_apache test_hello_retry_requests
48
+ test_sni_match test_pq_handshake test_fragmentation test_key_update
49
+ test_client_authentication test_dynamic_record_sizes test_sslyze test_sslv2_client_hello"
47
50
48
51
env :
49
52
variables :
You can’t perform that action at this time.
0 commit comments