We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05186ea commit ce26863Copy full SHA for ce26863
tests/test_primary_client.cpp
@@ -93,7 +93,7 @@ TEST_F(PrimaryClientTest, test_power_cycle_commands)
93
// provoke a timeout
94
EXPECT_FALSE(client_->commandBrakeRelease(true, std::chrono::milliseconds(1)));
95
96
- auto timeout = std::chrono::milliseconds(1000);
+ auto timeout = std::chrono::seconds(30);
97
waitFor([this]() { return client_->getRobotMode() == RobotMode::RUNNING; }, timeout);
98
EXPECT_EQ(client_->getRobotMode(), RobotMode::RUNNING);
99
0 commit comments