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 261
261
<artifactId >maven-surefire-plugin</artifactId >
262
262
<version >2.20</version >
263
263
<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 >
270
266
<excludes >
271
267
<exclude >${someModule.test.excludes} </exclude >
272
268
</excludes >
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ server.port: 8090
8
8
rules.path : /ArtifactRules_new.json
9
9
10
10
logging.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
13
13
14
14
rabbitmq.host : localhost
15
15
rabbitmq.port : 5672
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ private void setUpMessageBus() throws Exception {
46
46
System .setProperty ("rabbitmq.port" , "" + port );
47
47
System .setProperty ("rabbitmq.user" , "guest" );
48
48
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 " );
51
51
52
52
String config = "src/test/resources/configs/qpidConfig.json" ;
53
53
File qpidConfig = new File (config );
You can’t perform that action at this time.
0 commit comments