test: give hrtime test a custom 10s timeout
The test is supposed to complete in about 3.5s but it can hit the 5s timeout when run on a system with high load. Fixes: https://github.com/libuv/libuv/issues/2342 PR-URL: https://github.com/libuv/libuv/pull/2345 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
087c461ee9
commit
5fd480678c
@ -779,7 +779,7 @@ TASK_LIST_START
|
||||
|
||||
TEST_ENTRY (tmpdir)
|
||||
|
||||
TEST_ENTRY (hrtime)
|
||||
TEST_ENTRY_CUSTOM (hrtime, 0, 0, 10000)
|
||||
|
||||
TEST_ENTRY_CUSTOM (getaddrinfo_fail, 0, 0, 10000)
|
||||
TEST_ENTRY_CUSTOM (getaddrinfo_fail_sync, 0, 0, 10000)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user