Browse Source

Increase Maestro timeout when verifying session.

pull/2981/head
Benoit Marty 5 months ago
parent
commit
34a9bdecd2
  1. 2
      .maestro/tests/account/verifySession.yaml

2
.maestro/tests/account/verifySession.yaml

@ -9,5 +9,5 @@ appId: ${MAESTRO_APP_ID}
- tapOn: "Continue" - tapOn: "Continue"
- extendedWaitUntil: - extendedWaitUntil:
visible: "Device verified" visible: "Device verified"
timeout: 10000 timeout: 30000
- tapOn: "Continue" - tapOn: "Continue"

Loading…
Cancel
Save