Skip to content

Commit

Permalink
Fixed failing tests and some test speedups
Browse files Browse the repository at this point in the history
  • Loading branch information
northlander committed Dec 28, 2020
1 parent 5471a6d commit 507a704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/co/nordlander/a/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public void testPutTopic() throws Exception{
MessageConsumer mc = session.createConsumer(testTopic);
return (TextMessage)mc.receive(TEST_TIMEOUT + 8000L);
});
Thread.sleep(SHORT_TEST_TIMEOUT);
a.run(cmdLine.split(" "));
assertEquals("test",resultMessage.get().getText());
}
Expand Down

0 comments on commit 507a704

Please sign in to comment.