mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 11:52:57 +01:00
Enlarge the race window for some test cases
These changes cause an assertion in lb_sendpipe() when executing the test_security_plain testcase.
This commit is contained in:
@@ -222,6 +222,8 @@ int main (void)
|
||||
{
|
||||
setup_test_environment ();
|
||||
|
||||
no_race_tests_please() ;
|
||||
|
||||
void *ctx = zmq_ctx_new ();
|
||||
assert (ctx);
|
||||
// Control socket receives terminate command from main over inproc
|
||||
|
||||
Reference in New Issue
Block a user