Skip to content
Snippets Groups Projects
Commit edb1a9c8 authored by Lars Erik Blümke's avatar Lars Erik Blümke
Browse files

giving test more time for not failing

parent 01812e8c
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ public class AMQPReaderStageTest {
amqpWriter.write(monitoringRecord);
// Let the reader consume the record
amqpReaderThread.join(100);
amqpReaderThread.join(200);
assertThat(amqpReaderThread.getOutputList().isEmpty(), is(false));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment