File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
minimal-examples-lowlevel
http-client/minimal-http-client-multi
minimal-secure-streams-smd
minimal-secure-streams-stress Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -1589,6 +1589,7 @@ lws_create_context(const struct lws_context_creation_info *info)
1589
1589
strlen (context -> pss_policies_json ));
1590
1590
if ((n != LEJP_CONTINUE && n < 0 ) ||
1591
1591
lws_fi (& context -> fic , "ctx_createfail_ss_pol2" )) {
1592
+ lwsl_err ("%s: policy_parse came back with %d\n" , __func__ , n );
1592
1593
lws_ss_policy_parse_abandon (context );
1593
1594
goto bail_libuv_aware ;
1594
1595
}
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ endif()
200
200
PROPERTIES
201
201
FIXTURES_REQUIRED "hcmp_srv"
202
202
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} /minimal-examples-lowlevel/http-client/minimal-http-client-multi
203
- TIMEOUT 20 )
203
+ TIMEOUT 30 )
204
204
205
205
endif (NOT WIN32 AND LWS_WITH_SERVER)
206
206
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if (requirements)
34
34
set_tests_properties (ss-smd
35
35
PROPERTIES
36
36
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} /minimal-examples-lowlevel/secure-streams/minimal-secure-streams-smd
37
- TIMEOUT 10 )
37
+ TIMEOUT 20 )
38
38
39
39
if (has_fault_injection)
40
40
if (VALGRIND)
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ if (requirements)
46
46
message ("testing via valgrind" )
47
47
add_test (NAME ssstress-warmcat COMMAND
48
48
${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
49
- $<TARGET_FILE:lws-minimal-secure-streams-stress> -c 4 --budget 5 --timeout_ms 60000)
49
+ $<TARGET_FILE:lws-minimal-secure-streams-stress> -c 2 --budget 3 --timeout_ms 60000)
50
50
else ()
51
- add_test (NAME ssstress-warmcat COMMAND lws-minimal-secure-streams-stress -c 4 --budget 5 --timeout_ms 50000)
51
+ add_test (NAME ssstress-warmcat COMMAND lws-minimal-secure-streams-stress -c 2 --budget 3 --timeout_ms 50000)
52
52
endif ()
53
53
54
54
set_tests_properties (ssstress-warmcat
55
55
PROPERTIES
56
56
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} /minimal-examples-lowlevel/secure-streams/minimal-secure-streams-stress
57
- TIMEOUT 80 )
57
+ TIMEOUT 110 )
58
58
if (DEFINED ENV{SAI_OVN})
59
59
set_tests_properties (ssstress-warmcat PROPERTIES FIXTURES_REQUIRED "res_sspcmin" )
60
60
endif ()
@@ -107,7 +107,7 @@ if (requirements)
107
107
set_tests_properties (sspc-minimalstress PROPERTIES
108
108
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} /minimal-examples-lowlevel/secure-streams/minimal-secure-streams-stress
109
109
FIXTURES_REQUIRED "${fixlist} "
110
- TIMEOUT 100 )
110
+ TIMEOUT 110 )
111
111
112
112
endif ()
113
113
You can’t perform that action at this time.
0 commit comments