aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/executor/blocking_executor_stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/executor/blocking_executor_stress.cpp')
-rw-r--r--vespalib/src/tests/executor/blocking_executor_stress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/executor/blocking_executor_stress.cpp b/vespalib/src/tests/executor/blocking_executor_stress.cpp
index 7292e374559..870c8cee920 100644
--- a/vespalib/src/tests/executor/blocking_executor_stress.cpp
+++ b/vespalib/src/tests/executor/blocking_executor_stress.cpp
@@ -33,7 +33,7 @@ struct MyTask : Executor::Task {
}
};
-TEST_MT_F("stress test block thread stack executor", 8, BlockingThreadStackExecutor(4, 128000, 1000))
+TEST_MT_F("stress test block thread stack executor", 8, BlockingThreadStackExecutor(4, 1000))
{
size_t loop_cnt = 100;
for (size_t i = 0; i < loop_cnt; ++i) {