From 2d9f4620625405b916aa27177a6b5f82f8e5b15d Mon Sep 17 00:00:00 2001 From: Xia Wang Date: Mon, 28 Nov 2011 16:49:06 -0800 Subject: [PATCH] Fix build Change-Id: I465d85e4783763f311ed6ec0a09c1edde9712405 --- .../connectivitymanagertest/functional/WifiConnectionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java b/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java index ee1ade2978209..d33a445e244c2 100644 --- a/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java +++ b/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java @@ -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 + " -- "); }