diff --git a/TCPServer.cpp b/TCPServer.cpp index 17af621..6650444 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1354,7 +1354,7 @@ void TCPServer::go3Plants(const StratPattern sp) { this->closePince(i); pinceState[i] = FLOWER; } - usleep(1'000'000); + usleep(500'000); this->go(checkpoint); awaitRobotIdle();