summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/executor/stress_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/executor/stress_test.cpp')
-rw-r--r--vespalib/src/tests/executor/stress_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/executor/stress_test.cpp b/vespalib/src/tests/executor/stress_test.cpp
index 869cc05fa4b..923b7eea3a5 100644
--- a/vespalib/src/tests/executor/stress_test.cpp
+++ b/vespalib/src/tests/executor/stress_test.cpp
@@ -105,7 +105,7 @@ Test::Main()
fprintf(stderr, "calibrating task size...\n");
uint32_t taskSize = calibrate(ms_per_task);
fprintf(stderr, "calibrated task size: %u\n", taskSize);
- ThreadStackExecutor executor(threads, 128000, 5000 + threads);
+ ThreadStackExecutor executor(threads, 5000 + threads);
{
Gate gate;
CountDownLatch latch(threads);