<div dir="ltr">Starting two netcats at the same time and expecting them to be able to<br>talk to each is a little optimistic. I don't know whether `sleep .1`<br>will be sufficient, but wanted to try that before going to `sleep 1`<br>since neither the toybox nor the github nor the Android infrastructure<br>is running these tests in parallel, those seconds add up.<br><br>Right now this has a ~20% flake rate on the Android infrastructure. I<br>was able to reproduce the flake locally with `while true ; do make<br>test_netcat ; done` on my desktop before this patch, but not after.<br>(Though my desktop is way overpowered for just running that, whereas the<br>build servers tend to be pretty busy, which is why I reserve the right<br>to return later with a longer delay.)<br>---<br> tests/netcat.test | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br></div>