From 34a9bdecd22ea108dd674fec6e0514642525141b Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 4 Jun 2024 16:06:02 +0200 Subject: [PATCH] Increase Maestro timeout when verifying session. --- .maestro/tests/account/verifySession.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.maestro/tests/account/verifySession.yaml b/.maestro/tests/account/verifySession.yaml index efc45ac3ef..a16322543f 100644 --- a/.maestro/tests/account/verifySession.yaml +++ b/.maestro/tests/account/verifySession.yaml @@ -9,5 +9,5 @@ appId: ${MAESTRO_APP_ID} - tapOn: "Continue" - extendedWaitUntil: visible: "Device verified" - timeout: 10000 + timeout: 30000 - tapOn: "Continue"