Skip to content

Commit

Permalink
ci: increase timeout for acceptance tests to 40 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Dec 10, 2024
1 parent 9f973a0 commit aaf5c98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
run: npx turbo run build

- name: Lint code
run: pnpx turbo run lint:eslint -- --fix
run: pnpx turbo run lint:eslint:fix

- name: Lint css
run: pnpx turbo run lint:css:fix -- --custom-formatter @csstools/stylelint-formatter-github

- name: Check formatting
run: pnpx turbo run format
Expand All @@ -56,9 +59,6 @@ jobs:
with:
commit_message: "Apply code formatting and fixable ESLint issues"

- name: Lint css
run: pnpx turbo run lint:css

unit-tests:
name: Unit tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:

ats:
name: Acceptance tests
timeout-minutes: 20
timeout-minutes: 40
runs-on: ubuntu-latest
needs:
- circular-dependencies
Expand Down

0 comments on commit aaf5c98

Please sign in to comment.