Increase Maestro timeout when verifying session.

This commit is contained in:
Benoit Marty 2024-06-04 16:06:02 +02:00
parent bb02128f18
commit 34a9bdecd2

View file

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