Merge "Fix broken and flaky VTS tests" into android12-tests-dev am: 3323c87bfa
am: c5bde9bbcd
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2572133 Change-Id: I462f8665e402cdeeef80b0babd184400fbc66a40 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
18cd0f0954
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue