diff --git a/src/frontend/src/test-e2e/views.ts b/src/frontend/src/test-e2e/views.ts index 808d36f391..4ea4de9ad4 100644 --- a/src/frontend/src/test-e2e/views.ts +++ b/src/frontend/src/test-e2e/views.ts @@ -54,7 +54,7 @@ export class RegisterView extends View { } async confirmRegisterConfirm(): Promise { - await this.browser.$("#captchaInput").waitForEnabled({ timeout: 30_000 }); + await this.browser.$("#captchaInput").waitForEnabled({ timeout: 40_000 }); // In tests, the captchas are hard-coded to the following string: "a" await this.browser.$("#captchaInput").setValue("a"); await this.browser