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

Commit e5715521 authored by Xia Wang's avatar Xia Wang Committed by Android Git Automerger
Browse files

am 2d9f4620: Fix build

* commit '2d9f4620':
  Fix build
parents b54980d1 2d9f4620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public class WifiConnectionTest
            log("-- START Wi-Fi connection test to : " + ssid + " --");
            connectToWifi(networks.get(i));
            // wait for 2 minutes between wifi stop and start
            sleep(ConnectivityManagerTestActivity.WIFI_START_TIMER,
            sleep(ConnectivityManagerTestActivity.WIFI_STOP_START_INTERVAL,
                  "interruped while connected to wifi");
            log("-- END Wi-Fi connection test to " + ssid + " -- ");
        }