Increase timeout
This commit is contained in:
parent
b5400f77c3
commit
6208eb72d8
@ -145,7 +145,7 @@ public class Main {
|
||||
boolean returnOnTimeout = true;
|
||||
if (timeout < 0) {
|
||||
returnOnTimeout = false;
|
||||
timeout = 5;
|
||||
timeout = 3600;
|
||||
}
|
||||
try {
|
||||
m.receiveMessages(timeout, returnOnTimeout, new ReceiveMessageHandler(m));
|
||||
|
Loading…
x
Reference in New Issue
Block a user