Skip to content

Commit

Permalink
ci: increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Jul 31, 2024
1 parent d749fff commit 6a0b13f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cve_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
cve_scan:
name: CVE scan on dependencies
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
timeout-minutes: 10
timeout-minutes: 30
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
python: ['3.8', '3.9', '3.11', '3.12']
timeout-minutes: 60
timeout-minutes: 90
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
)
)
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
timeout-minutes: 90
timeout-minutes: 120
env:
LONG_TESTS: 1
steps:
Expand Down

0 comments on commit 6a0b13f

Please sign in to comment.