Stabilize tests when run through cmake check on linux
This commit is contained in:
parent
253eeed919
commit
1c2939c7ee
3 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -23,8 +23,6 @@ void callback(MQTTHandle *handle, char *topic, char *payload) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
platform_sleep(1000);
|
||||
|
||||
leave = true;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@ void callback(MQTTHandle *handle, char *topic, char *payload) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
platform_sleep(1000);
|
||||
|
||||
leave = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue