[ACS-4922] folder rule e2e fail timeout (#3116)

This commit is contained in:
Akash Rathod
2023-04-12 13:15:41 +02:00
committed by GitHub
parent 294a10c851
commit 1ce80f3189
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ export abstract class BasePage extends PlaywrightBase {
} else {
await this.page.goto(`./#/${this.pageUrl}${actualOptions.query}`, {
waitUntil: actualOptions.waitUntil,
timeout: 10000
timeout: 60000
});
}
}