Skip to content

Commit ce26863

Browse files
committed
Increase one more timeout
1 parent 05186ea commit ce26863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_primary_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ TEST_F(PrimaryClientTest, test_power_cycle_commands)
9393
// provoke a timeout
9494
EXPECT_FALSE(client_->commandBrakeRelease(true, std::chrono::milliseconds(1)));
9595

96-
auto timeout = std::chrono::milliseconds(1000);
96+
auto timeout = std::chrono::seconds(30);
9797
waitFor([this]() { return client_->getRobotMode() == RobotMode::RUNNING; }, timeout);
9898
EXPECT_EQ(client_->getRobotMode(), RobotMode::RUNNING);
9999

0 commit comments

Comments
 (0)