Skip to content

Commit

Permalink
Increase disconnect timeout as it seems to be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Craggs committed Sep 20, 2019
1 parent 7918dc9 commit a58e0d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -793,7 +793,7 @@ public void testPublishManyQoS0Messages() throws Exception {

log.info("Disconnecting...");
IMqttToken disconnectToken = asyncClient.disconnect();
disconnectToken.waitForCompletion(5000);
disconnectToken.waitForCompletion(10000);
Assert.assertFalse(asyncClient.isConnected());
asyncClient.close();

Expand Down

0 comments on commit a58e0d5

Please sign in to comment.