In conditionvar_timeout test, wait for threads to timeout

Previously we just waited 200msec, which was not enough on slow/busy
systems.

Fixes bug 27073; bugfix on 0.2.6.3-alpha when the test was introduced.
This commit is contained in:
Nick Mathewson
2018-09-13 20:47:41 -04:00
parent c02f2d9eb4
commit 7a0ff5beb2
2 changed files with 23 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (testing):
- Revise the "conditionvar_timeout" test so that it succeeds even
on heavily loaded systems where the test threads are not scheduled
within 200 msec. Fixes bug 27073; bugfix on 0.2.6.3-alpha.