mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
wifi(vts): Remove a tight loop of toggling wifi state
am: 0d1bb97447
Change-Id: Ib6f4e21ab0a8cf7970ea8da0990d403629d566c5
This commit is contained in:
@@ -182,6 +182,8 @@ TEST_F(WifiChipHidlTest, ConfigureChip) {
|
||||
EXPECT_EQ(WifiStatusCode::SUCCESS,
|
||||
HIDL_INVOKE(wifi_chip_, configureChip, mode.id).code);
|
||||
stopWifi();
|
||||
// Sleep for 5 milliseconds between each wifi state toggle.
|
||||
usleep(5000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user