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

zos: increase timeout for tcp_writealot

A small timeout resulted in flaky behaviour on the z/OS test
machine.

PR-URL: https://github.com/libuv/libuv/pull/1353
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
John Barboza 2017-05-03 16:50:28 -04:00 committed by Santiago Gimeno
parent d8cd08bd98
commit 573e7fe8fc
No known key found for this signature in database
GPG Key ID: F28C3C8DA33C03BE

View File

@ -461,7 +461,11 @@ TASK_LIST_START
TEST_ENTRY (tcp_write_after_connect)
#endif
#ifdef __MVS__
TEST_ENTRY_CUSTOM (tcp_writealot, 0, 0, 20000)
#else
TEST_ENTRY (tcp_writealot)
#endif
TEST_HELPER (tcp_writealot, tcp4_echo_server)
TEST_ENTRY (tcp_write_fail)