Posix main: Only delay app startup 50 ms

This commit is contained in:
Lorenz Meier
2015-06-27 11:55:21 -07:00
parent dfae432f1a
commit cddfcb35d8
+1 -1
View File
@@ -70,7 +70,7 @@ static void run_cmd(const vector<string> &appargs) {
cout << "Running: " << command << "\n";
apps[command](i,(char **)arg);
// XXX hack to prevent shell returning too fast
usleep(250000);
usleep(50000);
}
else
{