Skip to content

Commit a18a4ca

Browse files
committed
Increase percentage for noDoubleStartForEndpoints
1 parent 20b6ea6 commit a18a4ca

File tree

1 file changed

+1
-1
lines changed
  • spring-integration-core/src/test/java/org/springframework/integration/dsl/flowservices

1 file changed

+1
-1
lines changed

spring-integration-core/src/test/java/org/springframework/integration/dsl/flowservices/FlowServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void noDoubleStartForEndpoints() {
146146
.isEqualTo("B");
147147

148148
assertThat(receive2.getHeaders().getTimestamp() - receive1.getHeaders().getTimestamp())
149-
.isCloseTo(500, withinPercentage(20));
149+
.isCloseTo(500, withinPercentage(30));
150150
}
151151

152152
@Configuration

0 commit comments

Comments
 (0)