mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-13 17:27:57 +08:00
Problem: some tests time out in CI under Valgrind
Solution: triple the timeouts
This commit is contained in:
parent
0f706bdd97
commit
e3d37a82e1
@ -462,7 +462,7 @@ void test_proxy ()
|
|||||||
|
|
||||||
int main (void)
|
int main (void)
|
||||||
{
|
{
|
||||||
setup_test_environment ();
|
setup_test_environment (360);
|
||||||
|
|
||||||
UNITY_BEGIN ();
|
UNITY_BEGIN ();
|
||||||
RUN_TEST (test_proxy);
|
RUN_TEST (test_proxy);
|
||||||
|
@ -564,7 +564,7 @@ int main (void)
|
|||||||
setup_testutil_security_curve ();
|
setup_testutil_security_curve ();
|
||||||
|
|
||||||
|
|
||||||
setup_test_environment ();
|
setup_test_environment (180);
|
||||||
|
|
||||||
UNITY_BEGIN ();
|
UNITY_BEGIN ();
|
||||||
RUN_TEST (test_curve_security_with_valid_credentials);
|
RUN_TEST (test_curve_security_with_valid_credentials);
|
||||||
|
@ -89,7 +89,7 @@ void test_shutdown_stress ()
|
|||||||
|
|
||||||
int main ()
|
int main ()
|
||||||
{
|
{
|
||||||
setup_test_environment ();
|
setup_test_environment (180);
|
||||||
|
|
||||||
UNITY_BEGIN ();
|
UNITY_BEGIN ();
|
||||||
RUN_TEST (test_shutdown_stress);
|
RUN_TEST (test_shutdown_stress);
|
||||||
|
@ -871,7 +871,7 @@ void test_socks_userpass_options (void)
|
|||||||
|
|
||||||
int main ()
|
int main ()
|
||||||
{
|
{
|
||||||
setup_test_environment ();
|
setup_test_environment (180);
|
||||||
|
|
||||||
UNITY_BEGIN ();
|
UNITY_BEGIN ();
|
||||||
RUN_TEST (test_socks_proxy_options);
|
RUN_TEST (test_socks_proxy_options);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user