diff --git a/Commands/Elevator/Lower.cpp b/Commands/Elevator/Lower.cpp index 35d2159..253ffd9 100644 --- a/Commands/Elevator/Lower.cpp +++ b/Commands/Elevator/Lower.cpp @@ -4,7 +4,7 @@ Lower::Lower() : Command("Lower"){ } void Lower::Initialize(){ - SetTimeout(1.0); + SetTimeout(2.0); } void Lower::Execute(){ DentRobot::elevator->Run(-1.0);