summaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests/thread/taskthreadtest.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-02-17 13:33:36 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-02-17 13:33:36 +0000
commitba95e0e4c67c5444747a062272630b46ff0750ff (patch)
tree5ba8c871d26eb5551ccb9d88b035300e6b2f5c76 /storageframework/src/tests/thread/taskthreadtest.cpp
parent77e04dad6bc437de3c934b28fe9f3a1df54a01c5 (diff)
Remove possibility to update waitTime, maxProcessTime and maxTicksBeforWait from config.
Diffstat (limited to 'storageframework/src/tests/thread/taskthreadtest.cpp')
-rw-r--r--storageframework/src/tests/thread/taskthreadtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageframework/src/tests/thread/taskthreadtest.cpp b/storageframework/src/tests/thread/taskthreadtest.cpp
index b7d7de3239e..32bc6e8a8fb 100644
--- a/storageframework/src/tests/thread/taskthreadtest.cpp
+++ b/storageframework/src/tests/thread/taskthreadtest.cpp
@@ -31,7 +31,7 @@ struct MyThread : public TaskThread<Task> {
TEST(TaskThreadTest, test_normal_usage)
{
- TickingThreadPool::UP pool(TickingThreadPool::createDefault("testApp"));
+ TickingThreadPool::UP pool(TickingThreadPool::createDefault("testApp", 100ms));
MyThread t(*pool);
t.addTask(Task("a", 6));