We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This feature is based on the issue: #613
When NBomber finishes load tests, it waits for all running scenarios to complete their tasks.
NBomberRunner .RegisterScenarios(scenario) .WithScenarioCompletionTimeout(TimeSpan.FromMinutes(5)) .Run();
You can set it via JSON config
{ "GlobalSettings": { "ScenarioCompletionTimeout": "00:05:00" } }
The text was updated successfully, but these errors were encountered:
Hello @AntyaDev . Are there any way to get information from statistics result about unfinished scenarios ?
Sorry, something went wrong.
I think not. But If it's needed for your organization we can provide such info.
thanks, I will keep it in mind
No branches or pull requests
This feature is based on the issue: #613
When NBomber finishes load tests, it waits for all running scenarios to complete their tasks.
You can set it via JSON config
The text was updated successfully, but these errors were encountered: