Merge "Fix broken and flaky VTS tests" into android12-tests-dev

This commit is contained in:
Sarah Kim 2023-05-01 18:06:17 +00:00 committed by Gerrit Code Review
commit 3323c87bfa

View file

@ -654,6 +654,8 @@ TEST_P(RadioHidlTest, nvResetConfig) {
ASSERT_TRUE(CheckAnyOfErrors(radioRsp->rspInfo.error,
{RadioError::NONE, RadioError::REQUEST_NOT_SUPPORTED}));
}
// wait until modem reset finishes
sleep(10);
LOG(DEBUG) << "nvResetConfig finished";
}