summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-25 20:27:41 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-25 20:27:41 +0000
commit46d89f0321fd215390e980256314a70ed3b98ad3 (patch)
tree9cd3637e930c58cdc306de5b728930df0d48568b
parent6553a9c483448b631c1974d63f4b1e5be7eedcb4 (diff)
parent677d34935abbf301e59dc02b831a955ff88db479 (diff)
downloadnet-android-cts-13.0_r6.tar.gz
Change-Id: I838fdd09bf6ec972d4ee2ebac20705279f8f5cce
-rw-r--r--common/testutils/devicetests/com/android/testutils/ConnectUtil.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/testutils/devicetests/com/android/testutils/ConnectUtil.kt b/common/testutils/devicetests/com/android/testutils/ConnectUtil.kt
index fc951d86..7e92af11 100644
--- a/common/testutils/devicetests/com/android/testutils/ConnectUtil.kt
+++ b/common/testutils/devicetests/com/android/testutils/ConnectUtil.kt
@@ -75,7 +75,7 @@ class ConnectUtil(private val context: Context) {
timeoutMs = WIFI_CONNECT_TIMEOUT_MS)
assertNotNull(cb, "Could not connect to a wifi access point within " +
- "$WIFI_CONNECT_INTERVAL_MS ms. Check that the test device has a wifi network " +
+ "$WIFI_CONNECT_TIMEOUT_MS ms. Check that the test device has a wifi network " +
"configured, and that the test access point is functioning properly.")
return cb.network
} finally {