Skip to content

Commit 2c0f476

Browse files
Ranjan-DasguptaRanjan-Dasgupta
authored andcommitted
Fix v5 test
Signed-off-by: Ranjan-Dasgupta <Ranjan.Dasgupta@us.ibm.com>
1 parent f8f8d6e commit 2c0f476

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2009, 2019 IBM Corp.
2+
* Copyright (c) 2009, 2020 IBM Corp.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v2.0
@@ -759,7 +759,7 @@ public void testQoS0Tokens() {
759759
int errors = 0;
760760
for (int i = 0; i < tokenCount; ++i) {
761761
try {
762-
pubTokens[i].waitForCompletion(10);
762+
pubTokens[i].waitForCompletion(20);
763763
} catch (Exception e) {
764764
errors += 1;
765765
}

0 commit comments

Comments
 (0)