mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 08:41:11 +01:00
Do not incur insane stack limit in Foundation-ThreadPool test. (#3861)
This fixes the test on FreeBSD.
This commit is contained in:
parent
abd06ab4d9
commit
f6c3017b3e
@ -35,7 +35,6 @@ ThreadPoolTest::~ThreadPoolTest()
|
|||||||
void ThreadPoolTest::testThreadPool()
|
void ThreadPoolTest::testThreadPool()
|
||||||
{
|
{
|
||||||
ThreadPool pool(2, 3, 3);
|
ThreadPool pool(2, 3, 3);
|
||||||
pool.setStackSize(1);
|
|
||||||
|
|
||||||
assertTrue (pool.allocated() == 2);
|
assertTrue (pool.allocated() == 2);
|
||||||
assertTrue (pool.used() == 0);
|
assertTrue (pool.used() == 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user