Skip to content

Commit e571552

Browse files
Xia WangAndroid Git Automerger
authored andcommitted
am 2d9f462: Fix build
* commit '2d9f4620625405b916aa27177a6b5f82f8e5b15d': Fix build
2 parents b54980d + 2d9f462 commit e571552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public void testWifiConnections() {
167167
log("-- START Wi-Fi connection test to : " + ssid + " --");
168168
connectToWifi(networks.get(i));
169169
// wait for 2 minutes between wifi stop and start
170-
sleep(ConnectivityManagerTestActivity.WIFI_START_TIMER,
170+
sleep(ConnectivityManagerTestActivity.WIFI_STOP_START_INTERVAL,
171171
"interruped while connected to wifi");
172172
log("-- END Wi-Fi connection test to " + ssid + " -- ");
173173
}

0 commit comments

Comments
 (0)