1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

test: raise fd limit for OSX select test

Fixes #42

PR-URL: https://github.com/libuv/libuv/pull/46
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Saúl Ibarra Corretgé 2014-12-09 09:01:08 +01:00
parent d3b1ccd6fb
commit 5c1c046dba

View File

@ -90,6 +90,8 @@ TEST_IMPL(osx_select_many_fds) {
uv_tty_t tty;
uv_tcp_t tcps[1500];
TEST_FILE_LIMIT(ARRAY_SIZE(tcps) + 2);
r = uv_ip4_addr("127.0.0.1", 0, &addr);
ASSERT(r == 0);