test: remove custom timeout for thread test on ppc
The two minute timeout should not be necessary anymore after commit
aeaff5f0 ("test: lower number of tasks in threadpool test".)
PR-URL: https://github.com/libuv/libuv/pull/1681
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This commit is contained in:
parent
8156f15e82
commit
6ecd79eb6e
@ -857,14 +857,7 @@ TASK_LIST_START
|
||||
TEST_ENTRY (get_osfhandle_valid_handle)
|
||||
TEST_ENTRY (threadpool_queue_work_simple)
|
||||
TEST_ENTRY (threadpool_queue_work_einval)
|
||||
#if defined(__PPC__) || defined(__PPC64__) /* For linux PPC and AIX */
|
||||
/* pthread_join takes a while, especially on AIX.
|
||||
* Therefore being gratuitous with timeout.
|
||||
*/
|
||||
TEST_ENTRY_CUSTOM (threadpool_multiple_event_loops, 0, 0, 120000)
|
||||
#else
|
||||
TEST_ENTRY (threadpool_multiple_event_loops)
|
||||
#endif
|
||||
TEST_ENTRY (threadpool_cancel_getaddrinfo)
|
||||
TEST_ENTRY (threadpool_cancel_getnameinfo)
|
||||
TEST_ENTRY (threadpool_cancel_work)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user