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

test: set getaddrinfo_fail timeout to 10000

getaddrinfo_fail can sometimes take slightly longer than the default
timeout of 5000. Set its timeout to 10000 to compensate, but leave the
timeout of all other tests at the default.
This commit is contained in:
Dylan Cali 2014-02-01 00:50:23 +04:00 committed by Fedor Indutny
parent 756087e017
commit 6c525df76d

View File

@ -432,7 +432,8 @@ TASK_LIST_START
TEST_ENTRY (hrtime)
TEST_ENTRY (getaddrinfo_fail)
TEST_ENTRY_CUSTOM (getaddrinfo_fail, 0, 0, 10000)
TEST_ENTRY (getaddrinfo_basic)
TEST_ENTRY (getaddrinfo_concurrent)