Bug 64936 - Increase generate_report_ui.generation_timeout to 5 minutes to handle large performance test
Summary: Increase generate_report_ui.generation_timeout to 5 minutes to handle large p...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.1
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.4
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2020-11-24 19:37 UTC by Philippe Mouawad
Modified: 2020-11-24 19:43 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2020-11-24 19:37:03 UTC
generate_report_ui.generation_timeout defaults to 2 minutes today.

This is too short for large performance test reports.
This enhancement will increase it to 5 minutes
Comment 1 Philippe Mouawad 2020-11-24 19:43:30 UTC
This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new aacf090  Bug 64936 - Increase generate_report_ui.generation_timeout to 5 minutes to handle large performance test
aacf090 is described below

commit aacf090a64699532c2eac695b306af46f89bf517
Author: pmouawad <p.mouawad@ubik-ingenierie.com>
AuthorDate: Tue Nov 24 20:41:30 2020 +0100

    Bug 64936 - Increase generate_report_ui.generation_timeout to 5 minutes to handle large performance test
---
 bin/jmeter.properties                                                   | 2 +-
 .../src/main/java/org/apache/jmeter/gui/action/HtmlReportGenerator.java | 2 +-
 xdocs/changes.xml                                                       | 1 +
 xdocs/usermanual/properties_reference.xml                               | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)
Comment 2 The ASF infrastructure team 2022-09-24 20:38:21 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5439