mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Set time delay in the vts test setup
Bug: 69398018 Test: run vts Change-Id: Ibe1e8f1b08342f1b0b867bfa7bcf1b2fe4a85622 Merged-In: Ibe1e8f1b08342f1b0b867bfa7bcf1b2fe4a85622
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
void RadioHidlTest::SetUp() {
|
||||
radio =
|
||||
::testing::VtsHalHidlTargetTestBase::getService<IRadio>(hidl_string(RADIO_SERVICE_NAME));
|
||||
if (radio == NULL) {
|
||||
sleep(60);
|
||||
radio = ::testing::VtsHalHidlTargetTestBase::getService<IRadio>(
|
||||
hidl_string(RADIO_SERVICE_NAME));
|
||||
}
|
||||
ASSERT_NE(radio, nullptr);
|
||||
|
||||
radioRsp = new RadioResponse(*this);
|
||||
|
||||
Reference in New Issue
Block a user