Skip to content

Commit

Permalink
Fix text failing for timing
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuos committed Apr 21, 2021
1 parent 75634e0 commit b26e7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void shouldProcessCPUMessagesInParallel() throws JsonProcessingException,
System.out.println("Message count: " + messageCount);
System.out.println("Total Execution Time: " + total + "ms");
System.out.println("Microseconds per message: " + microsPerMessage + "us");
Assertions.assertThat(microsPerMessage).isLessThan(2000);
Assertions.assertThat(microsPerMessage).isLessThan(5000);
}

@Test
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.0.0-beta6
version=1.0.0-beta7
springBootVersion=2.4.2
gradleVersionsVersion=0.36.0
toPublish=async-commons,async-commons-api,async-commons-standalone,async-commons-starter,domain-events-api

0 comments on commit b26e7f6

Please sign in to comment.