Przeglądaj źródła

lengthen time to setup clients to minimize errors

Stan Gurtler 3 lat temu
rodzic
commit
5851cd98f4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      prsona/src/orchestratorMain.cpp

+ 1 - 1
prsona/src/orchestratorMain.cpp

@@ -130,7 +130,7 @@ int main(int argc, char* argv[])
     for (size_t i = 0; i < numClients; i++)
     {
         clientStartup.push_back(thread(start_remote_actor, targeter[clientIPs[i]], false, "c" + to_string(i), output, lambda, maliciousServers));
-        this_thread::sleep_for(HALF_SECOND);
+        this_thread::sleep_for(ONE_SECOND);
     }
 
     cout << "[ORC] Waiting for confirmation that servers have all clients logged." << endl;