Make test_workqueue.c faster, and on-by-default.

Instead of having a 30-second timer be the only way to end the test,
add a 2 second shutdown timer when the test is actually about to be over.
This commit is contained in:
Nick Mathewson
2015-07-03 14:37:16 -04:00
parent 65a1e27bc4
commit 19440b9e58
3 changed files with 10 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
o Testing:
- The test_workqueue program now runs faster, and is enabled by
default as a part of "make check".