Skip to content

Commit

Permalink
disable MPT, increase time out
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusFelling committed Oct 9, 2023
1 parent 7c6179f commit 7b3469d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contoso-traders-cloud-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ jobs:
playwright-tests-ui:
needs: [provision]
timeout-minutes: 20
timeout-minutes: 50
runs-on: ubuntu-22.04
container:
image: mcr.microsoft.com/playwright:v1.38.1-jammy
Expand Down Expand Up @@ -658,7 +658,7 @@ jobs:
run: npm ci
- name: run playwright tests
id: test
run: HOME=/root npx playwright test --config=playwright.service.config.ts
run: HOME=/root npx playwright test
- name: upload playwright report
uses: actions/upload-artifact@v3
# only upload report if tests failed
Expand Down

0 comments on commit 7b3469d

Please sign in to comment.