Revision 21cd5af...

Go back to digest for 20th January 2013

Bug Fixes in KDE Base

Jon Severinsson committed changes in [kdelibs/frameworks] kpty/tests/kptyprocesstest.cpp:

Reduce risk of timeout and race condition in KPtyProcessTest

Increase timeout, and sleep a while after waitForReadyRead() returns,
as it only guarantees that *some* data is available to read, while
the test assumes that a full line of data is available to read...

This reduces failure rate from 10% to 2% on my setup.

REVIEW: 108385

File Changes

Modified 1 files
  • kpty/tests/kptyprocesstest.cpp
1 files changed in total