mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +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()
|
||||
{
|
||||
ThreadPool pool(2, 3, 3);
|
||||
pool.setStackSize(1);
|
||||
|
||||
assertTrue (pool.allocated() == 2);
|
||||
assertTrue (pool.used() == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user