Skip to content

Commit 39742ba

Browse files
authored
Merge branch 'main' into mh-change-master-to-main
2 parents 4a3014c + 403f5e1 commit 39742ba

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/_build_wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
build-wheels:
5050
name: Build on ${{matrix.conf.os}}/${{matrix.conf.arch}}
5151
runs-on: ${{matrix.conf.os}}
52-
timeout-minutes: 30
52+
timeout-minutes: 60
5353
strategy:
5454
fail-fast: false
5555
matrix:

.github/workflows/ci_build_library.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
needs: find-changes
5353
runs-on: ${{matrix.conf.os}}
5454
continue-on-error: true
55-
timeout-minutes: 30
55+
timeout-minutes: 60
5656
strategy:
5757
fail-fast: false
5858
matrix:

.github/workflows/ci_docker_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
needs: find-changes
5353
runs-on: ubuntu-24.04
5454
continue-on-error: true
55-
timeout-minutes: 30
55+
timeout-minutes: 60
5656
env:
5757
# The next environment variable is used by Docker.
5858
BUILDKIT_PROGRESS: ${{inputs.debug && 'plain' || ''}}

.github/workflows/ci_hardware_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
needs: find-changes
5353
runs-on: ubuntu-24.04
5454
continue-on-error: true
55-
timeout-minutes: 30
55+
timeout-minutes: 60
5656
strategy:
5757
matrix:
5858
# Hardware optimizers.

.github/workflows/osv-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: github.repository_owner == 'quantumlib'
5959
name: OSV scanner
6060
runs-on: ubuntu-24.04
61-
timeout-minutes: 15
61+
timeout-minutes: 30
6262
permissions:
6363
# Needed to upload the results to code-scanning dashboard:
6464
security-events: write

.github/workflows/release_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: Publish wheels
4242
needs: build-wheels
4343
runs-on: ubuntu-24.04
44-
timeout-minutes: 30
44+
timeout-minutes: 60
4545
steps:
4646
- name: Retrieve saved wheels
4747
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0

0 commit comments

Comments
 (0)