Skip to content

test: fix flaky test-dgram-pingpong

Rodrigo Muino Tomonari requested to merge github/fork/Trott/pingpong into master

There is no guarantee UDP messages will be received. Accommodate the occasional dropped message.

This is a functionality test, not a performance benchmark. Speed up the test by sending 5 messages per server rather than 500.

Fixes: https://github.com/nodejs/node/issues/4526

Merge request reports

Loading