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:
parent
d8cd08bd98
commit
573e7fe8fc
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user