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:
André Hentschel 2018-02-02 20:35:53 +01:00 committed by Alexandre Julliard
parent 67b690dba9
commit 57b76f0d1a

View file

@ -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 );