POSIX: Increase app start spacing

This commit is contained in:
Lorenz Meier 2015-07-09 00:48:53 +02:00
parent fc3a85311d
commit 16cb971d63
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ static void run_cmd(const vector<string> &appargs) {
arg[i] = (char *)0;
cout << "Running: " << command << "\n";
apps[command](i,(char **)arg);
usleep(20000);
usleep(40000);
cout << "Returning: " << command << "\n";
} else {