Run test every 5 seconds

Hi, guys.

I want to run a test every 5 seconds for a “X” period time. What could I do this?

If by “test” you mean a simulation, any scheduler will do: a CI job, a cron, etc.
If you mean a request, use a loop containing your request and a pause.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.