Skip to content

Commit

Permalink
Bump some CI timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Aug 11, 2023
1 parent c3f55c4 commit 00e52e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
path: ${{ env.RPUU_DST }}
key: raw.pixls.us-masterset-${{ steps.fetch-rpuu-digest.outputs.rpuu-digest-hash }}
- name: Fetch/update raw.pixls.us masterset
timeout-minutes: 1
timeout-minutes: 2
if: inputs.flavor == 'Coverage'
env:
RPUU_DST: ${{ env.RPUU_DST }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI-windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ env:
jobs:
windows-msys2:
name: ${{ inputs.msys2-msystem }}.${{ inputs.compiler-family }}.${{ inputs.flavor }}
timeout-minutes: 15
timeout-minutes: 16
runs-on: ${{ inputs.os }}
defaults:
run:
shell: msys2 {0}
steps:
- name: Fetch/Checkout RawSpeed git repo
timeout-minutes: 1
timeout-minutes: 2
uses: actions/checkout@v3
with:
path: 'rawspeed'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
cmake -E make_directory "${INSTALL_PREFIX}"
$(cygpath ${SRC_DIR})/.ci/ci-script.sh
- name: Build
timeout-minutes: 12
timeout-minutes: 13
env:
SRC_DIR: ${{ github.workspace }}/rawspeed
BUILD_DIR: ${{ github.workspace }}/rawspeed-build
Expand Down

0 comments on commit 00e52e7

Please sign in to comment.