diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fcfd2067..4788448a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ needs.preflight.outputs.RUNNER }} needs: [preflight] if: ${{ needs.preflight.outputs.changes_rust }} - timeout-minutes: 45 + timeout-minutes: 90 container: image: ${{ needs.preflight.outputs.IMAGE }} volumes: @@ -57,7 +57,7 @@ jobs: runs-on: ${{ needs.preflight.outputs.RUNNER }} needs: [preflight, cargo-clippy] if: ${{ always() && !cancelled() && needs.preflight.outputs.changes_rust }} - timeout-minutes: 45 + timeout-minutes: 90 container: image: ${{ needs.preflight.outputs.IMAGE }} volumes: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7a40da23..b7d0ffe6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: test-doc: runs-on: ${{ needs.preflight.outputs.RUNNER }} - timeout-minutes: 45 + timeout-minutes: 90 needs: [preflight] container: image: ${{ needs.preflight.outputs.IMAGE }} @@ -42,11 +42,11 @@ jobs: id: required run: | git config --global --add safe.directory '*' - cargo test --doc --workspace --locked --all-features --exclude pezkuwi-zombienet-sdk-tests + cargo test --doc --workspace --locked --all-features --exclude pezkuwi-zombienet-sdk-tests --exclude pezsc-basic-authorship build-rustdoc: runs-on: ${{ needs.preflight.outputs.RUNNER }} - timeout-minutes: 45 + timeout-minutes: 90 if: ${{ always() && !cancelled() && needs.preflight.outputs.changes_rust }} needs: [preflight, test-doc] container: