Skip to content

Commit aa053fd

Browse files
committed
Merge branch 'increase-connection-timeout-for-testConnectAndVerifyWithConnectionCheck'
2 parents 1ee762f + 8e80b1f commit aa053fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/ConnectionTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ConnectionTest : EndToEndTest(BuildConfig.FLAVOR_infrastructure) {
4141
// When
4242
device.findObjectWithTimeout(By.text("Secure my connection")).click()
4343
device.findObjectWithTimeout(By.text("OK")).click()
44-
device.findObjectWithTimeout(By.text("SECURE CONNECTION"))
44+
device.findObjectWithTimeout(By.text("SECURE CONNECTION"), CONNECTION_TIMEOUT)
4545
val expected = ConnCheckState(true, app.extractIpAddress())
4646

4747
// Then

0 commit comments

Comments
 (0)