diff --git a/.github/workflows/cve_scan.yml b/.github/workflows/cve_scan.yml index f4b1b72cfc..874d847cd7 100644 --- a/.github/workflows/cve_scan.yml +++ b/.github/workflows/cve_scan.yml @@ -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 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c2054617e0..f9781813b3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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 @@ -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: