mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
test: relax osx_select_many_fds
1502 is not enough, since there are other fds which are in use internally. PR-URL: https://github.com/libuv/libuv/pull/67 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
96f164e52b
commit
5a8f7931b7
@ -90,7 +90,7 @@ TEST_IMPL(osx_select_many_fds) {
|
||||
uv_tty_t tty;
|
||||
uv_tcp_t tcps[1500];
|
||||
|
||||
TEST_FILE_LIMIT(ARRAY_SIZE(tcps) + 2);
|
||||
TEST_FILE_LIMIT(ARRAY_SIZE(tcps) + 100);
|
||||
|
||||
r = uv_ip4_addr("127.0.0.1", 0, &addr);
|
||||
ASSERT(r == 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user