Remove the problematic Multiple Deci tests

This commit is contained in:
Tyler Wilding
2020-09-08 14:12:04 -04:00
parent f8fccbf7a6
commit 871f1b43b0
7 changed files with 24 additions and 62 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void deci2_runner(SystemThreadInterface& iface) {
server.run();
} else {
// no connection yet. Do a sleep so we don't spam checking the listener.
std::this_thread::sleep_for(std::chrono::microseconds(50000));
std::this_thread::sleep_for(std::chrono::microseconds(50000));
}
}
}