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:
2
.github/actions/run-e2e/action.yml
vendored
2
.github/actions/run-e2e/action.yml
vendored
@@ -43,7 +43,7 @@ runs:
|
|||||||
|
|
||||||
if [ ${{ inputs.test-runner }} == "playwright" ]; then
|
if [ ${{ inputs.test-runner }} == "playwright" ]; then
|
||||||
echo "Running playwright tests with options ${{ inputs.options }}"
|
echo "Running playwright tests with options ${{ inputs.options }}"
|
||||||
sleep 60
|
sleep 90
|
||||||
npx playwright test --config ${{ inputs.options }}
|
npx playwright test --config ${{ inputs.options }}
|
||||||
else
|
else
|
||||||
echo "Running protractor tests with options ${{ inputs.options }}"
|
echo "Running protractor tests with options ${{ inputs.options }}"
|
||||||
|
@@ -62,7 +62,7 @@ export abstract class BasePage extends PlaywrightBase {
|
|||||||
} else {
|
} else {
|
||||||
await this.page.goto(`./#/${this.pageUrl}${actualOptions.query}`, {
|
await this.page.goto(`./#/${this.pageUrl}${actualOptions.query}`, {
|
||||||
waitUntil: actualOptions.waitUntil,
|
waitUntil: actualOptions.waitUntil,
|
||||||
timeout: 10000
|
timeout: 60000
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user