[ was: Re: [RFC][gdb/testsuite] Add check-readmore ] On 8/30/21 5:30 PM, Tom de Vries wrote: >> If not, I'd just go >> with the simplest. I could imagine a modified method 2 version where we >> read in a loop though, until we reached "count" bytes or the file >> descriptor has no more data to offer (still with a 10ms wait between >> each read, to give the writer time to produce more data). > > Agreed, there could be some benefit in doing this in a loop. It would > add a benefit similar to increasing the timeout, without the drawback of > waiting unnecessary while the buffer is already full. Implemented the loop approach. Thanks, - Tom