Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build-wheels:
name: Build on ${{matrix.conf.os}}/${{matrix.conf.arch}}
runs-on: ${{matrix.conf.os}}
timeout-minutes: 30
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
needs: find-changes
runs-on: ${{matrix.conf.os}}
continue-on-error: true
timeout-minutes: 30
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_docker_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
needs: find-changes
runs-on: ubuntu-24.04
continue-on-error: true
timeout-minutes: 30
timeout-minutes: 60
env:
# The next environment variable is used by Docker.
BUILDKIT_PROGRESS: ${{inputs.debug && 'plain' || ''}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_hardware_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
needs: find-changes
runs-on: ubuntu-24.04
continue-on-error: true
timeout-minutes: 30
timeout-minutes: 60
strategy:
matrix:
# Hardware optimizers.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osv-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: github.repository_owner == 'quantumlib'
name: OSV scanner
runs-on: ubuntu-24.04
timeout-minutes: 15
timeout-minutes: 30
permissions:
# Needed to upload the results to code-scanning dashboard:
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Publish wheels
needs: build-wheels
runs-on: ubuntu-24.04
timeout-minutes: 30
timeout-minutes: 60
steps:
- name: Retrieve saved wheels
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
Expand Down
Loading