test: extend fs_event_error_reporting timeout
This test was consistently timing out on macOS. Some printf() debugging on the CI showed that the test was still making forward progress, but legitimately timed out. This commit bumps the test timeout to a value that should provide much more than enough time. Fixes: https://github.com/libuv/libuv/issues/2775 PR-URL: https://github.com/libuv/libuv/pull/2865 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
This commit is contained in:
parent
93c90191b6
commit
c70ce9b95f
@ -1010,7 +1010,7 @@ TASK_LIST_START
|
||||
TEST_ENTRY (fs_event_close_with_pending_event)
|
||||
TEST_ENTRY (fs_event_close_in_callback)
|
||||
TEST_ENTRY (fs_event_start_and_close)
|
||||
TEST_ENTRY (fs_event_error_reporting)
|
||||
TEST_ENTRY_CUSTOM (fs_event_error_reporting, 0, 0, 60000)
|
||||
TEST_ENTRY (fs_event_getpath)
|
||||
TEST_ENTRY (fs_scandir_empty_dir)
|
||||
TEST_ENTRY (fs_scandir_non_existent_dir)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user