Quickfix for Allure timeout

Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
Dominic Schabel
2018-10-26 15:38:38 +02:00
parent 70021c1935
commit a6135a6c0c

View File

@@ -399,9 +399,12 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.plugin.version}</version>
<configuration>
<!-- Set output directory according to allure-framework recommendation -->
<systemPropertyVariables>
<!-- Set output directory according to allure-framework recommendation -->
<allure.results.directory>${project.build.directory}/allure-results</allure.results.directory>
<!-- Bugfix for timeout. See https://github.com/allure-framework/allure-maven/issues/59 -->
<allure.report.timeout>600</allure.report.timeout>
</systemPropertyVariables>
<reuseForks>true</reuseForks>
<forkCount>${surefire.forkcount}</forkCount>