Stabilize tests when run through cmake check on linux

This commit is contained in:
Johannes Schriewer 2018-10-04 02:41:49 +02:00
parent 253eeed919
commit 1c2939c7ee
3 changed files with 0 additions and 5 deletions

View file

@ -28,7 +28,6 @@ void callback(MQTTHandle *handle, char *topic, char *payload) {
LOG("Could not unsubscribe test 2");
exit(1);
}
platform_sleep(1000);
leave = true;
}

View file

@ -23,8 +23,6 @@ void callback(MQTTHandle *handle, char *topic, char *payload) {
exit(1);
}
platform_sleep(1000);
leave = true;
}

View file

@ -23,8 +23,6 @@ void callback(MQTTHandle *handle, char *topic, char *payload) {
exit(1);
}
platform_sleep(1000);
leave = true;
}