Skip to content
New issue

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

Add Scenario Completion Timeout #618

Closed
AntyaDev opened this issue Aug 22, 2023 · 3 comments
Closed

Add Scenario Completion Timeout #618

AntyaDev opened this issue Aug 22, 2023 · 3 comments
Labels

Comments

@AntyaDev
Copy link
Contributor

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"
    }
}
@destructorvad
Copy link

Hello @AntyaDev .
Are there any way to get information from statistics result about unfinished scenarios ?

@AntyaDev
Copy link
Contributor Author

I think not.
But If it's needed for your organization we can provide such info.

@destructorvad
Copy link

thanks, I will keep it in mind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants