mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Add delays to make C++ ITs more reliable
Also disable PCM tests until it's actually wired right Change-Id: I431031f66aaaa87fa201e577fedef5a1952c1bb4
This commit is contained in:
@@ -142,6 +142,8 @@ TEST_F(CANJaguarTest, Disable) {
|
||||
m_jaguar->EnableControl();
|
||||
m_jaguar->DisableControl();
|
||||
|
||||
Wait(kEncoderSettlingTime);
|
||||
|
||||
double initialPosition = m_jaguar->GetPosition();
|
||||
|
||||
SetJaguar(kMotorTime, 1.0f);
|
||||
|
||||
Reference in New Issue
Block a user