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

Commit c2fe6448 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

Change-Id: Ib6f4e21ab0a8cf7970ea8da0990d403629d566c5
parents 529ac5e0 0d1bb974
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);
    }
}