Increase Maestro timeout when verifying session.

This commit is contained in:
Benoit Marty
2024-06-04 16:06:02 +02:00
parent 36ce6a6d3e
commit f43de3fdc5

View File

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