Skip to content

Commit

Permalink
Merge branch 'increase-connection-timeout-for-testConnectAndVerifyWit…
Browse files Browse the repository at this point in the history
…hConnectionCheck'
  • Loading branch information
albin-mullvad committed Aug 29, 2024
2 parents 1ee762f + 8e80b1f commit aa053fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ConnectionTest : EndToEndTest(BuildConfig.FLAVOR_infrastructure) {
// When
device.findObjectWithTimeout(By.text("Secure my connection")).click()
device.findObjectWithTimeout(By.text("OK")).click()
device.findObjectWithTimeout(By.text("SECURE CONNECTION"))
device.findObjectWithTimeout(By.text("SECURE CONNECTION"), CONNECTION_TIMEOUT)
val expected = ConnCheckState(true, app.extractIpAddress())

// Then
Expand Down

0 comments on commit aa053fd

Please sign in to comment.