Skip to content

Commit

Permalink
Change ci timeout-minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Feb 7, 2025
1 parent bbfb6dd commit b3f0688
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/correctness_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
correctness_tests:
needs: cancel_previous_workflows
runs-on: [self-hosted]
timeout-minutes: 30
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
migration_tests:
needs: cancel_previous_workflows
runs-on: [self-hosted]
timeout-minutes: 90
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pylint_test:
needs: cancel_previous_workflows
runs-on: [self-hosted]
timeout-minutes: 15
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Analysing the code with pylint
Expand Down

0 comments on commit b3f0688

Please sign in to comment.