ws2_32/tests: Test with less socket pairs.
about 400 lines less in output Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
67b690dba9
commit
57b76f0d1a
|
@ -1181,7 +1181,7 @@ static void test_WithWSAStartup(void)
|
|||
struct
|
||||
{
|
||||
SOCKET src, dst, dup_src, dup_dst;
|
||||
} pairs[128];
|
||||
} pairs[32];
|
||||
DWORD error;
|
||||
|
||||
res = WSAStartup( version, &data );
|
||||
|
|
Loading…
Reference in New Issue