Skip to content

Commit b40316d

Browse files
author
Ian Craggs
committed
increase test timeout again
1 parent a58e0d5 commit b40316d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/SendReceiveAsyncTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ public void testPublishManyQoS0Messages() throws Exception {
793793

794794
log.info("Disconnecting...");
795795
IMqttToken disconnectToken = asyncClient.disconnect();
796-
disconnectToken.waitForCompletion(10000);
796+
disconnectToken.waitForCompletion(30000);
797797
Assert.assertFalse(asyncClient.isConnected());
798798
asyncClient.close();
799799

0 commit comments

Comments
 (0)