ci(check-and-build-and-test): extend the timeout for the msrv job

This commit is contained in:
J / Jacob Babich
2024-10-09 23:16:05 -04:00
parent 5f52981141
commit ff6842ad3d

View File

@@ -211,7 +211,7 @@ jobs:
target: x86_64-pc-windows-msvc
name: Verify MSRV of ${{ matrix.crate_directory }} for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }})
runs-on: ${{ matrix.supporteds.runner }}
timeout-minutes: 2
timeout-minutes: 4
steps:
- name: Checkout repository
uses: actions/checkout@v4