aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/port_SUITE.erl
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2013-05-12 17:21:22 +0200
committerAnthony Ramine <[email protected]>2013-05-12 17:21:22 +0200
commit03ad5eab59f7ca51099d7ccc60b27effc4d42383 (patch)
tree6559ac91730524539a81bbf6c50a5ae5b25252d3 /erts/emulator/test/port_SUITE.erl
parent89939207898fc68a2ee0c080e603aa65fb866b25 (diff)
downloadotp-03ad5eab59f7ca51099d7ccc60b27effc4d42383.tar.gz
otp-03ad5eab59f7ca51099d7ccc60b27effc4d42383.tar.bz2
otp-03ad5eab59f7ca51099d7ccc60b27effc4d42383.zip
Use _DARWIN_UNLIMITED_SELECT in erl_poll
This allows erl_poll to select() on file descriptors greater than FD_SETSIZE (1024) on Darwin. The fd sets are manually (re)allocated and freed.
Diffstat (limited to 'erts/emulator/test/port_SUITE.erl')
-rw-r--r--erts/emulator/test/port_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/port_SUITE.erl b/erts/emulator/test/port_SUITE.erl
index 13aa0f4c00..4dd14877d5 100644
--- a/erts/emulator/test/port_SUITE.erl
+++ b/erts/emulator/test/port_SUITE.erl
@@ -628,7 +628,7 @@ iter_max_ports(Config) when is_list(Config) ->
iter_max_ports_test(Config) ->
- Dog = test_server:timetrap(test_server:minutes(20)),
+ Dog = test_server:timetrap(test_server:minutes(30)),
PortTest = port_test(Config),
Command = lists:concat([PortTest, " -h0 -q"]),
Iters = case os:type() of