Skip to content

Commit

Permalink
Increase timeout when waiting for connection
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund authored and albin-mullvad committed Aug 29, 2024
1 parent 1ee762f commit 8e80b1f
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 8e80b1f

Please sign in to comment.