Github user vlsi commented on the issue:
https://github.com/apache/jmeter/pull/231
>In my test plan I have 3 http request and one Exponential Timer at the
same level
That does not work like this.
Please wrap "expenential timer" into some sampler (e.g. debug action or
whatever).
In JMeter all timers/listeners are inherited by sibling elements, thus when
you place a timer at the same level as "3 http requests", you basically invoke
the timer for each of the page, and that is something odd.
You should have the plan as follows:
```
DebugSampler
ExpTimer
http1
http2
http3
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---