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

Commit 3eeb5626 authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

wifi(vts): Remove a tight loop of toggling wifi state am: 0d1bb974

am: 0f2946eb

Change-Id: I21f720b06145a57445935cbb66aafc5aef4fe95b
parents 4691e79d 0f2946eb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
    }
}