mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 02:42:58 +01:00
Merge pull request #1987 from hitstergtd/x-reduce-cliserv-sends
Problem: test send count too high for AppVeyor CI environment
This commit is contained in:
commit
71ba7df781
@ -33,7 +33,7 @@
|
||||
void client_thread (void *client)
|
||||
{
|
||||
char data = 0;
|
||||
for (int count = 0; count < 100000; count++) {
|
||||
for (int count = 0; count < 15000; count++) {
|
||||
int rc = zmq_send (client, &data, 1, 0);
|
||||
assert (rc == 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user