Skip to content

Commit

Permalink
Remote println from SQS test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuzikar authored and jamesnetherton committed Mar 15, 2022
1 parent d50aaef commit 7dbf83c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ void sqsAutoCreateDelayedQueue() {
Instant start = Instant.now();
final String msgSent = sendSingleMessageToQueue(qName);
awaitMessageWithExpectedContentFromQueue(msgSent, qName);
System.out.println(Duration.between(start, Instant.now()).getSeconds());
Assertions.assertTrue(Duration.between(start, Instant.now()).getSeconds() >= delay);
} catch (AssertionError e) {
e.printStackTrace();
Expand Down

0 comments on commit 7dbf83c

Please sign in to comment.