Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8789326c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "wifi: Add sleep 3 seconds to allow terminate processing in VTS tear...

Merge "wifi: Add sleep 3 seconds to allow terminate processing in VTS tear down" into android10-tests-dev
parents 03e3f60c 87c2f84c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ class HostapdHidlTest : public ::testing::VtsHalHidlTargetTestBase {

    virtual void TearDown() override {
        HIDL_INVOKE_VOID_WITHOUT_ARGUMENTS(hostapd_, terminate);
        // Wait 3 seconds to allow terminate processing before kill hostapd.
        sleep(3);
        stopHostapd();
    }

+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ class HostapdHidlTest : public ::testing::VtsHalHidlTargetTestBase {

    virtual void TearDown() override {
        HIDL_INVOKE_VOID_WITHOUT_ARGUMENTS(hostapd_, terminate);
        // Wait 3 seconds to allow terminate processing before kill hostapd.
        sleep(3);
        stopHostapd();
    }