test: increase test timeout
The test threadpool_multiple_event_loops has been timing out consistently on FreeBSD in the CI. This commit attempts to mitigate the problem by extending the test timeout. PR-URL: https://github.com/libuv/libuv/pull/2304 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
parent
693b534f2c
commit
fddcd14825
@ -963,7 +963,7 @@ TASK_LIST_START
|
||||
TEST_ENTRY (strscpy)
|
||||
TEST_ENTRY (threadpool_queue_work_simple)
|
||||
TEST_ENTRY (threadpool_queue_work_einval)
|
||||
TEST_ENTRY (threadpool_multiple_event_loops)
|
||||
TEST_ENTRY_CUSTOM (threadpool_multiple_event_loops, 0, 0, 60000)
|
||||
TEST_ENTRY (threadpool_cancel_getaddrinfo)
|
||||
TEST_ENTRY (threadpool_cancel_getnameinfo)
|
||||
TEST_ENTRY (threadpool_cancel_work)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user