mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: set infinite timeouts on some tests by mistake
Solution: remove it
This commit is contained in:
parent
f7b215c639
commit
243503c29e
@ -94,7 +94,7 @@ void test_bind_null_fuzzer ()
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
setup_test_environment (0);
|
||||
setup_test_environment ();
|
||||
|
||||
UNITY_BEGIN ();
|
||||
RUN_TEST (test_bind_null_fuzzer);
|
||||
|
@ -106,7 +106,7 @@ void test_connect_null_fuzzer ()
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
setup_test_environment (0);
|
||||
setup_test_environment ();
|
||||
|
||||
UNITY_BEGIN ();
|
||||
RUN_TEST (test_connect_null_fuzzer);
|
||||
|
@ -197,7 +197,7 @@ void test_client_server_ipc ()
|
||||
|
||||
int main ()
|
||||
{
|
||||
setup_test_environment (0);
|
||||
setup_test_environment ();
|
||||
|
||||
UNITY_BEGIN ();
|
||||
RUN_TEST (test_req_rep_tcp);
|
||||
|
Loading…
Reference in New Issue
Block a user