diff --git a/.github/workflows/linux-test.yml b/.github/workflows/linux-test.yml index 9319644d91..7b8a826453 100644 --- a/.github/workflows/linux-test.yml +++ b/.github/workflows/linux-test.yml @@ -73,9 +73,9 @@ jobs: container: image: ${{ matrix.container_image }} options: ${{ matrix.gpu_arch_type == 'cuda' && '--gpus all' || ' ' }} - # If a build is taking longer than 60 minutes on these runners we need + # If a build is taking longer than 120 minutes on these runners we need # to have a conversation - timeout-minutes: 60 + timeout-minutes: 120 steps: - name: Clean workspace run: | @@ -167,7 +167,7 @@ jobs: fi upload_docs=0 - # Check if there are things in the documentation folder to uplaod + # Check if there are things in the documentation folder to upload if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 | read -r; then # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this # upload will probably not work correctly diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 31fc8a2baa..a0692cdafe 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -9,7 +9,7 @@ jobs: cut_nightly: runs-on: ubuntu-latest environment: trigger-nightly - timeout-minutes: 60 + timeout-minutes: 120 steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/windows-test.yml b/.github/workflows/windows-test.yml index 7b8548ae78..6d1d64ad96 100644 --- a/.github/workflows/windows-test.yml +++ b/.github/workflows/windows-test.yml @@ -58,9 +58,9 @@ jobs: defaults: run: shell: bash -l {0} - # If a build is taking longer than 60 minutes on these runners we need + # If a build is taking longer than 120 minutes on these runners we need # to have a conversation - timeout-minutes: 60 + timeout-minutes: 120 steps: - name: Clean workspace run: |