File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
test/java/com/ericsson/ei/flowtests Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 261261 <artifactId >maven-surefire-plugin</artifactId >
262262 <version >2.20</version >
263263 <configuration >
264- <forkCount >80</forkCount >
265- <reuseForks >false</reuseForks >
266- <parallel >classes</parallel >
267- <useUnlimitedThreads >true</useUnlimitedThreads >
268- <threadCount >80</threadCount >
269- <perCoreThreadCount >true</perCoreThreadCount >
264+ <forkCount >8</forkCount >
265+ <reuseForks >false</reuseForks >
270266 <excludes >
271267 <exclude >${someModule.test.excludes} </exclude >
272268 </excludes >
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ server.port: 8090
88rules.path : /ArtifactRules_new.json
99
1010logging.level.root : OFF
11- logging.level.org.springframework.web : INFO
12- logging.level.com.ericsson.ei : INFO
11+ logging.level.org.springframework.web : OFF
12+ logging.level.com.ericsson.ei : OFF
1313
1414rabbitmq.host : localhost
1515rabbitmq.port : 5672
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ private void setUpMessageBus() throws Exception {
4646 System .setProperty ("rabbitmq.port" , "" + port );
4747 System .setProperty ("rabbitmq.user" , "guest" );
4848 System .setProperty ("rabbitmq.password" , "guest" );
49- System .setProperty ("waitlist.initialDelayResend" , "5000 " );
50- System .setProperty ("waitlist.fixedRateResend" , "1000 " );
49+ System .setProperty ("waitlist.initialDelayResend" , "500 " );
50+ System .setProperty ("waitlist.fixedRateResend" , "100 " );
5151
5252 String config = "src/test/resources/configs/qpidConfig.json" ;
5353 File qpidConfig = new File (config );
You can’t perform that action at this time.
0 commit comments