Re: [PATCH 1/5] use a correct timeout in test_waittxempty

2013-09-05 Thread Wolfgang Walter
Am Donnerstag, 5. September 2013, 17:51:18 schrieb Dmitry Timoshkov: > Wolfgang Walter wrote: > > > > When we send 17 bytes with 150 baud, no parity, one stop bit then > > > > we need to wait at least 17*10/150 seconds > 1000 ms > > > > > > Under Windows with both real COM-port and USB-serial cab

Re: [PATCH 1/5] use a correct timeout in test_waittxempty

2013-09-05 Thread Dmitry Timoshkov
Wolfgang Walter wrote: > > > When we send 17 bytes with 150 baud, no parity, one stop bit then > > > we need to wait at least 17*10/150 seconds > 1000 ms > > > > Under Windows with both real COM-port and USB-serial cable this test takes > > no longer than 890 ms, usually it's even shorter like 8

Re: [PATCH 1/5] use a correct timeout in test_waittxempty

2013-09-05 Thread Wolfgang Walter
On Thursday 05 September 2013 10:32:15 Dmitry Timoshkov wrote: > Wolfgang Walter wrote: > > When we send 17 bytes with 150 baud, no parity, one stop bit then > > we need to wait at least 17*10/150 seconds > 1000 ms > > Under Windows with both real COM-port and USB-serial cable this test takes > n

Re: [PATCH 1/5] use a correct timeout in test_waittxempty

2013-09-04 Thread Dmitry Timoshkov
Wolfgang Walter wrote: > When we send 17 bytes with 150 baud, no parity, one stop bit then > we need to wait at least 17*10/150 seconds > 1000 ms Under Windows with both real COM-port and USB-serial cable this test takes no longer than 890 ms, usually it's even shorter like 875 ms. Testbot VMs a