Increased receive timeout due to timing issues on build server.
This commit is contained in:
@@ -62,7 +62,7 @@ public class MessageBusTests {
|
||||
bus.registerChannel("sourceChannel", sourceChannel);
|
||||
bus.registerChannel("targetChannel", targetChannel);
|
||||
bus.start();
|
||||
Message<?> result = targetChannel.receive(10);
|
||||
Message<?> result = targetChannel.receive(100);
|
||||
assertNull(result);
|
||||
bus.stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user