Skip to content

Commit

Permalink
common: extend job timeout to 60 minutes
Browse files Browse the repository at this point in the history
Tests like release build or scan-build jobs take around ~30min already,
with longest running one I've seen at 32min.

Let's extend it for now, and once we manage to get all required
jobs in - figure out how to reduce the execution time.

Signed-off-by: Tomasz Zawadzki <[email protected]>
  • Loading branch information
tomzawadzki committed Mar 7, 2025
1 parent 8176de4 commit f8d7a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/per_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
autorun:
needs: get_qcow
runs-on: ubuntu-latest
timeout-minutes: 35
timeout-minutes: 60
env:
REPOSITORY_TARBALL_PATH: ${{ github.workspace }}/repository.tar.gz
ABI_TARBALL_PATH: ${{ github.workspace }}/abi.tar.gz
Expand Down

0 comments on commit f8d7a25

Please sign in to comment.