vangyzen 9a9a33398d Relax time constraint in pthread_cond_timedwait unit test
pthread_cond_timedwait() should wait _at least_ until the timeout,
but it might appear to wait longer due to system activity and
scheduling.  The test ignored fractional seconds when comparing the
actual and expected timeouts, so it allowed anywhere between zero
and one extra second of wait time.  Zero is a bit unreasonable.
Compare fractional seconds so we always allow up to one extra second.

Reviewed by:	ngie
MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2019-08-05 22:59:35 +00:00
..
2017-06-06 21:50:00 +00:00
2016-08-12 08:50:05 +00:00
2019-01-16 05:15:57 +00:00
2016-08-12 08:50:05 +00:00
2016-08-12 08:50:05 +00:00