Allure report timeout fixed
Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -399,12 +399,11 @@
|
|||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>${maven.surefire.plugin.version}</version>
|
<version>${maven.surefire.plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
||||||
<systemPropertyVariables>
|
<systemPropertyVariables>
|
||||||
<!-- Set output directory according to allure-framework recommendation -->
|
<!-- Set output directory according to allure-framework recommendation -->
|
||||||
<allure.results.directory>${project.build.directory}/allure-results</allure.results.directory>
|
<allure.results.directory>${project.build.directory}/allure-results</allure.results.directory>
|
||||||
<!-- Bugfix for timeout. See https://github.com/allure-framework/allure-maven/issues/59 -->
|
<!-- Bugfix for timeout. See https://github.com/allure-framework/allure-maven/issues/59 -->
|
||||||
<allure.report.timeout>600</allure.report.timeout>
|
<allure.serve.timeout>650</allure.serve.timeout>
|
||||||
</systemPropertyVariables>
|
</systemPropertyVariables>
|
||||||
<reuseForks>true</reuseForks>
|
<reuseForks>true</reuseForks>
|
||||||
<forkCount>${surefire.forkcount}</forkCount>
|
<forkCount>${surefire.forkcount}</forkCount>
|
||||||
|
|||||||
Reference in New Issue
Block a user