Skip to content

Commit

Permalink
Allow a longer time for Pyk documentation builds (#4440)
Browse files Browse the repository at this point in the history
Now that we're building a Docker environment for this job, it can hit
its time limit of 10 minutes easily:
https://github.com/runtimeverification/k/actions/runs/9481407834/job/26125129742
  • Loading branch information
Baltoli authored Jun 12, 2024
1 parent 6088913 commit c1ef5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ jobs:
name: 'Build Pyk Documentation'
needs: ubuntu-jammy
runs-on: [self-hosted, linux, normal]
timeout-minutes: 10
timeout-minutes: 30
steps:
- name: 'Check out code'
uses: actions/checkout@v4
Expand Down

0 comments on commit c1ef5ac

Please sign in to comment.