Fix client keepalive test using too low keepalive.

This commit is contained in:
Roger A. Light
2020-01-30 15:06:15 +00:00
parent 11ece604c4
commit 17db97584e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ int main(int argc, char *argv[])
mosq = new mosquittopp_test("01-keepalive-pingreq");
mosq->connect("localhost", port, 4);
mosq->connect("localhost", port, 5);
while(run == -1){
mosq->loop();