mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4922] folder rule e2e fail timeout (#3116)
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user