Skip to content

Commit a8cfc32

Browse files
committed
Reduced the number of tests running in parallel to 2 to comply with the BrowserStack limits
1 parent 7ca88cc commit a8cfc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-monitor-acceptance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<PLUGINS_DIR>${project.parent.basedir}/build-monitor-plugin/target</PLUGINS_DIR>
199199
<NEVER_REPLACE_EXISTING_PLUGINS>false</NEVER_REPLACE_EXISTING_PLUGINS>
200200
</environmentVariables>
201-
<forkCount>1C</forkCount>
201+
<forkCount>2</forkCount>
202202
<reuseForks>true</reuseForks>
203203
</configuration>
204204
<executions>

0 commit comments

Comments
 (0)