mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 23:22:17 -04:00
Remove the problematic Multiple Deci tests
This commit is contained in:
+1
-1
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user