Commit bf9ac4b4 authored by 马博's avatar 马博

pom add threadCount

parent 7867093d
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
<!--</suiteXmlFiles>--> <!--</suiteXmlFiles>-->
<includes><include>${run}</include></includes> <includes><include>${run}</include></includes>
<parallel>classes</parallel> <parallel>classes</parallel>
<threadCount>5</threadCount> <threadCount>${threadCount}</threadCount>
<!-- ReportNG配置 --> <!-- ReportNG配置 -->
...@@ -276,9 +276,14 @@ ...@@ -276,9 +276,14 @@
</properties> </properties>
</profile> </profile>
</profiles> </profiles>
<properties> <properties>
<run>**/*_signTest.java</run> <run>**/*_signTest.java</run>
<threadCount>1</threadCount>
</properties> </properties>
<!--公司仓库地址-->
<repositories> <repositories>
<repository> <repository>
<id>nexus</id> <id>nexus</id>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment